Html Css Color HEX #D03162 Cerise

📋 copy color: '#D03162'

red 208 ◦ green 49 ◦ blue 98

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

Shades of Cerise #D03162

Tints of Cerise #D03162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 58.59%
G = 13.8%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D03162 (or 0xD03162) is known color: Cerise. HEX triplet: D0, 31 and 62. RGB value is (208,49,98). Sum of RGB (Red+Green+Blue) = 208+49+98=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D03162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03162 is #2FCE9D. Grayscale: #666666. Windows color (decimal): -3133086 or 6435280. OLE color: 6435280.

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

Color convert

RGB 208 49 98 -
CMYK 0 0.76 0.53 0.18
HSL 341.51º 0.63% 0.5% -
HSV(B) 341.51º 0.76% 0.82% -
XYZ 29.32 16.49 13.19 -
YUV 102.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 208 49 98 0 0.76 0.53 0.18 341.51 0.63 0.5
Hex D0 31 62 0 4C 35 12 156 3F 32
Octal 320 61 142 0 114 65 22 526 77 62
Binary 11010000 110001 1100010 0 1001100 110101 10010 101010110 111111 110010

Color Harmonies of #D03162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03162

Black with #D03162

Text Example


Text Example

White with #D03162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03162; }

 p { color: rgb(208,49,98); }

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

background-color css

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

 a { background-color: rgb(208,49,98); }

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

border-color css

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

 span { border-color: rgb(208,49,98); }

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