Html Css Color HEX #D02696 Deep Cerise

📋 copy color: '#D02696'

red 208 ◦ green 38 ◦ blue 150

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

Shades of Deep Cerise #D02696

Tints of Deep Cerise #D02696

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

 GREEN value IS 38 (15.23% from 255) = 9.6%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 52.53%
G = 9.6%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D02696 (or 0xD02696) is known color: Deep Cerise. HEX triplet: D0, 26 and 96. RGB value is (208,38,150). Sum of RGB (Red+Green+Blue) = 208+38+150=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D02696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02696 is #2FD969. Grayscale: #656565. Windows color (decimal): -3135850 or 9840336. OLE color: 9840336.

HSL color Cylindrical-coordinate representation of color #D02696: hue angle of 320.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02696 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 150 -
CMYK 0 0.82 0.28 0.18
HSL 320.47º 0.69% 0.48% -
HSV(B) 320.47º 0.82% 0.82% -
XYZ 32.21 17 30.44 -
YUV 101.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 208 38 150 0 0.82 0.28 0.18 320.47 0.69 0.48
Hex D0 26 96 0 52 1C 12 140 45 30
Octal 320 46 226 0 122 34 22 500 105 60
Binary 11010000 100110 10010110 0 1010010 11100 10010 101000000 1000101 110000

Color Harmonies of #D02696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02696

Black with #D02696

Text Example


Text Example

White with #D02696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02696; }

 p { color: rgb(208,38,150); }

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

background-color css

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

 a { background-color: rgb(208,38,150); }

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

border-color css

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

 span { border-color: rgb(208,38,150); }

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