Html Css Color HEX #D02C6C Cerise

📋 copy color: '#D02C6C'

red 208 ◦ green 44 ◦ blue 108

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

Shades of Cerise #D02C6C

Tints of Cerise #D02C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 57.78%
G = 12.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D02C6C (or 0xD02C6C) is known color: Cerise. HEX triplet: D0, 2C and 6C. RGB value is (208,44,108). Sum of RGB (Red+Green+Blue) = 208+44+108=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C6C is #2FD393. Grayscale: #646464. Windows color (decimal): -3134356 or 7089360. OLE color: 7089360.

HSL color Cylindrical-coordinate representation of color #D02C6C: hue angle of 336.59º 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 #D02C6C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 44 108 -
CMYK 0 0.79 0.48 0.18
HSL 336.59º 0.65% 0.49% -
HSV(B) 336.59º 0.79% 0.82% -
XYZ 29.62 16.29 15.77 -
YUV 100.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 208 44 108 0 0.79 0.48 0.18 336.59 0.65 0.49
Hex D0 2C 6C 0 4F 30 12 151 41 31
Octal 320 54 154 0 117 60 22 521 101 61
Binary 11010000 101100 1101100 0 1001111 110000 10010 101010001 1000001 110001

Color Harmonies of #D02C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C6C

Black with #D02C6C

Text Example


Text Example

White with #D02C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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