Html Css Color HEX #D02C6D Cerise

📋 copy color: '#D02C6D'

red 208 ◦ green 44 ◦ blue 109

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

Shades of Cerise #D02C6D

Tints of Cerise #D02C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 57.62%
G = 12.19%
B = 30.19%

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

#D02C6D (or 0xD02C6D) is known color: Cerise. HEX triplet: D0, 2C and 6D. RGB value is (208,44,109). Sum of RGB (Red+Green+Blue) = 208+44+109=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C6D is #2FD392. Grayscale: #646464. Windows color (decimal): -3134355 or 7154896. OLE color: 7154896.

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

Color convert

RGB 208 44 109 -
CMYK 0 0.79 0.48 0.18
HSL 336.22º 0.65% 0.49% -
HSV(B) 336.22º 0.79% 0.82% -
XYZ 29.67 16.32 16.05 -
YUV 100.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 208 44 109 0 0.79 0.48 0.18 336.22 0.65 0.49
Hex D0 2C 6D 0 4F 30 12 150 41 31
Octal 320 54 155 0 117 60 22 520 101 61
Binary 11010000 101100 1101101 0 1001111 110000 10010 101010000 1000001 110001

Color Harmonies of #D02C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C6D

Black with #D02C6D

Text Example


Text Example

White with #D02C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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