Html Css Color HEX #D0226A Cerise

📋 copy color: '#D0226A'

red 208 ◦ green 34 ◦ blue 106

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

Shades of Cerise #D0226A

Tints of Cerise #D0226A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 59.77%
G = 9.77%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0226A (or 0xD0226A) is known color: Cerise. HEX triplet: D0, 22 and 6A. RGB value is (208,34,106). Sum of RGB (Red+Green+Blue) = 208+34+106=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0226A is #2FDD95. Grayscale: #5E5E5E. Windows color (decimal): -3136918 or 6955728. OLE color: 6955728.

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

Color convert

RGB 208 34 106 -
CMYK 0 0.84 0.49 0.18
HSL 335.17º 0.72% 0.47% -
HSV(B) 335.17º 0.84% 0.82% -
XYZ 29.19 15.59 15.11 -
YUV 94.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 208 34 106 0 0.84 0.49 0.18 335.17 0.72 0.47
Hex D0 22 6A 0 54 31 12 14F 48 2F
Octal 320 42 152 0 124 61 22 517 110 57
Binary 11010000 100010 1101010 0 1010100 110001 10010 101001111 1001000 101111

Color Harmonies of #D0226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0226A

Black with #D0226A

Text Example


Text Example

White with #D0226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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