Html Css Color HEX #D0226E Cerise

📋 copy color: '#D0226E'

red 208 ◦ green 34 ◦ blue 110

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

Shades of Cerise #D0226E

Tints of Cerise #D0226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 59.09%
G = 9.66%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0226E (or 0xD0226E) is known color: Cerise. HEX triplet: D0, 22 and 6E. RGB value is (208,34,110). Sum of RGB (Red+Green+Blue) = 208+34+110=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0226E is #2FDD91. Grayscale: #5E5E5E. Windows color (decimal): -3136914 or 7217872. OLE color: 7217872.

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

Color convert

RGB 208 34 110 -
CMYK 0 0.84 0.47 0.18
HSL 333.79º 0.72% 0.47% -
HSV(B) 333.79º 0.84% 0.82% -
XYZ 29.4 15.68 16.23 -
YUV 94.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 208 34 110 0 0.84 0.47 0.18 333.79 0.72 0.47
Hex D0 22 6E 0 54 2F 12 14E 48 2F
Octal 320 42 156 0 124 57 22 516 110 57
Binary 11010000 100010 1101110 0 1010100 101111 10010 101001110 1001000 101111

Color Harmonies of #D0226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0226E

Black with #D0226E

Text Example


Text Example

White with #D0226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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