Html Css Color HEX #D22E5A Cerise

📋 copy color: '#D22E5A'

red 210 ◦ green 46 ◦ blue 90

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

Shades of Cerise #D22E5A

Tints of Cerise #D22E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 60.69%
G = 13.29%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D22E5A (or 0xD22E5A) is known color: Cerise. HEX triplet: D2, 2E and 5A. RGB value is (210,46,90). Sum of RGB (Red+Green+Blue) = 210+46+90=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E5A is #2DD1A5. Grayscale: #646464. Windows color (decimal): -3002790 or 5910226. OLE color: 5910226.

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

Color convert

RGB 210 46 90 -
CMYK 0 0.78 0.57 0.18
HSL 343.9º 0.65% 0.5% -
HSV(B) 343.9º 0.78% 0.82% -
XYZ 29.4 16.39 11.29 -
YUV 100.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 210 46 90 0 0.78 0.57 0.18 343.9 0.65 0.5
Hex D2 2E 5A 0 4E 39 12 158 41 32
Octal 322 56 132 0 116 71 22 530 101 62
Binary 11010010 101110 1011010 0 1001110 111001 10010 101011000 1000001 110010

Color Harmonies of #D22E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E5A

Black with #D22E5A

Text Example


Text Example

White with #D22E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E5A; }

 p { color: rgb(210,46,90); }

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

background-color css

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

 a { background-color: rgb(210,46,90); }

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

border-color css

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

 span { border-color: rgb(210,46,90); }

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