Html Css Color HEX #D1226C Cerise

📋 copy color: '#D1226C'

red 209 ◦ green 34 ◦ blue 108

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

Shades of Cerise #D1226C

Tints of Cerise #D1226C

RGB

 RED value IS 209 (82.03% from 255) = 59.54%

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

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

R = 59.54%
G = 9.69%
B = 30.77%

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

#D1226C (or 0xD1226C) is known color: Cerise. HEX triplet: D1, 22 and 6C. RGB value is (209,34,108). Sum of RGB (Red+Green+Blue) = 209+34+108=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1226C is #2EDD93. Grayscale: #5E5E5E. Windows color (decimal): -3071380 or 7086801. OLE color: 7086801.

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

Color convert

RGB 209 34 108 -
CMYK 0 0.84 0.48 0.18
HSL 334.63º 0.72% 0.48% -
HSV(B) 334.63º 0.84% 0.82% -
XYZ 29.57 15.78 15.67 -
YUV 94.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 209 34 108 0 0.84 0.48 0.18 334.63 0.72 0.48
Hex D1 22 6C 0 54 30 12 14F 48 30
Octal 321 42 154 0 124 60 22 517 110 60
Binary 11010001 100010 1101100 0 1010100 110000 10010 101001111 1001000 110000

Color Harmonies of #D1226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1226C

Black with #D1226C

Text Example


Text Example

White with #D1226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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