Html Css Color HEX #D0226C Cerise

📋 copy color: '#D0226C'

red 208 ◦ green 34 ◦ blue 108

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

Shades of Cerise #D0226C

Tints of Cerise #D0226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 59.43%
G = 9.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0226C (or 0xD0226C) is known color: Cerise. HEX triplet: D0, 22 and 6C. RGB value is (208,34,108). Sum of RGB (Red+Green+Blue) = 208+34+108=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0226C is #2FDD93. Grayscale: #5E5E5E. Windows color (decimal): -3136916 or 7086800. OLE color: 7086800.

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

Color convert

RGB 208 34 108 -
CMYK 0 0.84 0.48 0.18
HSL 334.48º 0.72% 0.47% -
HSV(B) 334.48º 0.84% 0.82% -
XYZ 29.29 15.64 15.66 -
YUV 94.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 208 34 108 0 0.84 0.48 0.18 334.48 0.72 0.47
Hex D0 22 6C 0 54 30 12 14E 48 2F
Octal 320 42 154 0 124 60 22 516 110 57
Binary 11010000 100010 1101100 0 1010100 110000 10010 101001110 1001000 101111

Color Harmonies of #D0226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0226C

Black with #D0226C

Text Example


Text Example

White with #D0226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0226C; }

 p { color: rgb(208,34,108); }

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

background-color css

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

 a { background-color: rgb(208,34,108); }

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

border-color css

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

 span { border-color: rgb(208,34,108); }

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