Html Css Color HEX #D0226D Cerise

📋 copy color: '#D0226D'

red 208 ◦ green 34 ◦ blue 109

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

Shades of Cerise #D0226D

Tints of Cerise #D0226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 59.26%
G = 9.69%
B = 31.05%

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

#D0226D (or 0xD0226D) is known color: Cerise. HEX triplet: D0, 22 and 6D. RGB value is (208,34,109). Sum of RGB (Red+Green+Blue) = 208+34+109=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0226D is #2FDD92. Grayscale: #5E5E5E. Windows color (decimal): -3136915 or 7152336. OLE color: 7152336.

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

Color convert

RGB 208 34 109 -
CMYK 0 0.84 0.48 0.18
HSL 334.14º 0.72% 0.47% -
HSV(B) 334.14º 0.84% 0.82% -
XYZ 29.34 15.66 15.94 -
YUV 94.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 208 34 109 0 0.84 0.48 0.18 334.14 0.72 0.47
Hex D0 22 6D 0 54 30 12 14E 48 2F
Octal 320 42 155 0 124 60 22 516 110 57
Binary 11010000 100010 1101101 0 1010100 110000 10010 101001110 1001000 101111

Color Harmonies of #D0226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0226D

Black with #D0226D

Text Example


Text Example

White with #D0226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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