Html Css Color HEX #D03B66 Cerise

📋 copy color: '#D03B66'

red 208 ◦ green 59 ◦ blue 102

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

Shades of Cerise #D03B66

Tints of Cerise #D03B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 56.37%
G = 15.99%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D03B66 (or 0xD03B66) is known color: Cerise. HEX triplet: D0, 3B and 66. RGB value is (208,59,102). Sum of RGB (Red+Green+Blue) = 208+59+102=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03B66 is #2FC499. Grayscale: #6C6C6C. Windows color (decimal): -3130522 or 6699984. OLE color: 6699984.

HSL color Cylindrical-coordinate representation of color #D03B66: hue angle of 342.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03B66 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 59 102 -
CMYK 0 0.72 0.51 0.18
HSL 342.68º 0.61% 0.52% -
HSV(B) 342.68º 0.72% 0.82% -
XYZ 29.97 17.5 14.37 -
YUV 108.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 208 59 102 0 0.72 0.51 0.18 342.68 0.61 0.52
Hex D0 3B 66 0 48 33 12 157 3D 34
Octal 320 73 146 0 110 63 22 527 75 64
Binary 11010000 111011 1100110 0 1001000 110011 10010 101010111 111101 110100

Color Harmonies of #D03B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B66

Black with #D03B66

Text Example


Text Example

White with #D03B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B66; }

 p { color: rgb(208,59,102); }

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

background-color css

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

 a { background-color: rgb(208,59,102); }

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

border-color css

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

 span { border-color: rgb(208,59,102); }

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