Html Css Color HEX #D834A0 Deep Cerise

📋 copy color: '#D834A0'

red 216 ◦ green 52 ◦ blue 160

#D834A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D834A0

Tints of Deep Cerise #D834A0

RGB

 RED value IS 216 (84.77% from 255) = 50.47%

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 50.47%
G = 12.15%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D834A0 (or 0xD834A0) is known color: Deep Cerise. HEX triplet: D8, 34 and A0. RGB value is (216,52,160). Sum of RGB (Red+Green+Blue) = 216+52+160=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D834A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D834A0 is #27CB5F. Grayscale: #717171. Windows color (decimal): -2607968 or 10499288. OLE color: 10499288.

HSL color Cylindrical-coordinate representation of color #D834A0: hue angle of 320.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834A0 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 160 -
CMYK 0 0.76 0.26 0.15
HSL 320.49º 0.68% 0.53% -
HSV(B) 320.49º 0.76% 0.85% -
XYZ 35.89 19.59 35.15 -
YUV 113.35 154.33 201.22 -
System Red Green Blue C M Y K H S L
Decimal 216 52 160 0 0.76 0.26 0.15 320.49 0.68 0.53
Hex D8 34 A0 0 4C 1A F 140 44 35
Octal 330 64 240 0 114 32 17 500 104 65
Binary 11011000 110100 10100000 0 1001100 11010 1111 101000000 1000100 110101

Color Harmonies of #D834A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D834A0

Black with #D834A0

Text Example


Text Example

White with #D834A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D834A0; }

 p { color: rgb(216,52,160); }

 H1.HeaderClassName
 {
   color: #D834A0;
 }
 .AnyTagClassName
 {
   color: #D834A0;
 }
</style>

background-color css

<style>
 a { background-color: #D834A0; }

 a { background-color: rgb(216,52,160); }

 div.DivClassName
 {
   background-color: #D834A0;
 }
 .BgClassName
 {
   background-color: #D834A0;
 }
</style>

border-color css

<style>
 span { border-color: #D834A0; }

 span { border-color: rgb(216,52,160); }

 td.TdClassName
 {
   border-color: #D834A0;
 }
 .TagClassName
 {
   border-color: #D834A0;
 }
</style>