Html Css Color HEX #D02CA7 Deep Cerise

📋 copy color: '#D02CA7'

red 208 ◦ green 44 ◦ blue 167

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

Shades of Deep Cerise #D02CA7

Tints of Deep Cerise #D02CA7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 49.64%
G = 10.5%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D02CA7 (or 0xD02CA7) is known color: Deep Cerise. HEX triplet: D0, 2C and A7. RGB value is (208,44,167). Sum of RGB (Red+Green+Blue) = 208+44+167=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D02CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02CA7 is #2FD358. Grayscale: #6A6A6A. Windows color (decimal): -3134297 or 10955984. OLE color: 10955984.

HSL color Cylindrical-coordinate representation of color #D02CA7: hue angle of 315º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02CA7 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 167 -
CMYK 0 0.79 0.20 0.18
HSL 315º 0.65% 0.49% -
HSV(B) 315º 0.79% 0.82% -
XYZ 33.89 18 38.25 -
YUV 107.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 208 44 167 0 0.79 0.20 0.18 315 0.65 0.49
Hex D0 2C A7 0 4F 14 12 13B 41 31
Octal 320 54 247 0 117 24 22 473 101 61
Binary 11010000 101100 10100111 0 1001111 10100 10010 100111011 1000001 110001

Color Harmonies of #D02CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02CA7

Black with #D02CA7

Text Example


Text Example

White with #D02CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02CA7; }

 p { color: rgb(208,44,167); }

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

background-color css

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

 a { background-color: rgb(208,44,167); }

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

border-color css

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

 span { border-color: rgb(208,44,167); }

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