Html Css Color HEX #D2266C Cerise

📋 copy color: '#D2266C'

red 210 ◦ green 38 ◦ blue 108

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

Shades of Cerise #D2266C

Tints of Cerise #D2266C

RGB

 RED value IS 210 (82.42% from 255) = 58.99%

 GREEN value IS 38 (15.23% from 255) = 10.67%

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

R = 58.99%
G = 10.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2266C (or 0xD2266C) is known color: Cerise. HEX triplet: D2, 26 and 6C. RGB value is (210,38,108). Sum of RGB (Red+Green+Blue) = 210+38+108=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2266C is #2DD993. Grayscale: #616161. Windows color (decimal): -3004820 or 7087826. OLE color: 7087826.

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

Color convert

RGB 210 38 108 -
CMYK 0 0.82 0.49 0.18
HSL 335.58º 0.69% 0.49% -
HSV(B) 335.58º 0.82% 0.82% -
XYZ 29.98 16.17 15.73 -
YUV 97.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 210 38 108 0 0.82 0.49 0.18 335.58 0.69 0.49
Hex D2 26 6C 0 52 31 12 150 45 31
Octal 322 46 154 0 122 61 22 520 105 61
Binary 11010010 100110 1101100 0 1010010 110001 10010 101010000 1000101 110001

Color Harmonies of #D2266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2266C

Black with #D2266C

Text Example


Text Example

White with #D2266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2266C; }

 p { color: rgb(210,38,108); }

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

background-color css

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

 a { background-color: rgb(210,38,108); }

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

border-color css

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

 span { border-color: rgb(210,38,108); }

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