Html Css Color HEX #D22B5B Cerise

📋 copy color: '#D22B5B'

red 210 ◦ green 43 ◦ blue 91

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

Shades of Cerise #D22B5B

Tints of Cerise #D22B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.5%

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 61.05%
G = 12.5%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D22B5B (or 0xD22B5B) is known color: Cerise. HEX triplet: D2, 2B and 5B. RGB value is (210,43,91). Sum of RGB (Red+Green+Blue) = 210+43+91=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B5B is #2DD4A4. Grayscale: #626262. Windows color (decimal): -3003557 or 5974994. OLE color: 5974994.

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

Color convert

RGB 210 43 91 -
CMYK 0 0.80 0.57 0.18
HSL 342.75º 0.66% 0.5% -
HSV(B) 342.75º 0.8% 0.82% -
XYZ 29.33 16.18 11.48 -
YUV 98.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 210 43 91 0 0.80 0.57 0.18 342.75 0.66 0.5
Hex D2 2B 5B 0 50 39 12 157 42 32
Octal 322 53 133 0 120 71 22 527 102 62
Binary 11010010 101011 1011011 0 1010000 111001 10010 101010111 1000010 110010

Color Harmonies of #D22B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B5B

Black with #D22B5B

Text Example


Text Example

White with #D22B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B5B; }

 p { color: rgb(210,43,91); }

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

background-color css

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

 a { background-color: rgb(210,43,91); }

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

border-color css

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

 span { border-color: rgb(210,43,91); }

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