Html Css Color HEX #D02C65 Cerise

📋 copy color: '#D02C65'

red 208 ◦ green 44 ◦ blue 101

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

Shades of Cerise #D02C65

Tints of Cerise #D02C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 58.92%
G = 12.46%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02C65 (or 0xD02C65) is known color: Cerise. HEX triplet: D0, 2C and 65. RGB value is (208,44,101). Sum of RGB (Red+Green+Blue) = 208+44+101=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C65 is #2FD39A. Grayscale: #636363. Windows color (decimal): -3134363 or 6630608. OLE color: 6630608.

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

Color convert

RGB 208 44 101 -
CMYK 0 0.79 0.51 0.18
HSL 339.15º 0.65% 0.49% -
HSV(B) 339.15º 0.79% 0.82% -
XYZ 29.26 16.15 13.89 -
YUV 99.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 208 44 101 0 0.79 0.51 0.18 339.15 0.65 0.49
Hex D0 2C 65 0 4F 33 12 153 41 31
Octal 320 54 145 0 117 63 22 523 101 61
Binary 11010000 101100 1100101 0 1001111 110011 10010 101010011 1000001 110001

Color Harmonies of #D02C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C65

Black with #D02C65

Text Example


Text Example

White with #D02C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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