Html Css Color HEX #D02F67 Cerise

📋 copy color: '#D02F67'

red 208 ◦ green 47 ◦ blue 103

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

Shades of Cerise #D02F67

Tints of Cerise #D02F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 58.1%
G = 13.13%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D02F67 (or 0xD02F67) is known color: Cerise. HEX triplet: D0, 2F and 67. RGB value is (208,47,103). Sum of RGB (Red+Green+Blue) = 208+47+103=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F67 is #2FD098. Grayscale: #656565. Windows color (decimal): -3133593 or 6762448. OLE color: 6762448.

HSL color Cylindrical-coordinate representation of color #D02F67: hue angle of 339.13º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F67 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 103 -
CMYK 0 0.77 0.50 0.18
HSL 339.13º 0.63% 0.5% -
HSV(B) 339.13º 0.77% 0.82% -
XYZ 29.48 16.42 14.45 -
YUV 101.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 208 47 103 0 0.77 0.50 0.18 339.13 0.63 0.5
Hex D0 2F 67 0 4D 32 12 153 3F 32
Octal 320 57 147 0 115 62 22 523 77 62
Binary 11010000 101111 1100111 0 1001101 110010 10010 101010011 111111 110010

Color Harmonies of #D02F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F67

Black with #D02F67

Text Example


Text Example

White with #D02F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F67; }

 p { color: rgb(208,47,103); }

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

background-color css

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

 a { background-color: rgb(208,47,103); }

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

border-color css

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

 span { border-color: rgb(208,47,103); }

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