Html Css Color HEX #D22F5D Cerise

📋 copy color: '#D22F5D'

red 210 ◦ green 47 ◦ blue 93

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

Shades of Cerise #D22F5D

Tints of Cerise #D22F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 60%
G = 13.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D22F5D (or 0xD22F5D) is known color: Cerise. HEX triplet: D2, 2F and 5D. RGB value is (210,47,93). Sum of RGB (Red+Green+Blue) = 210+47+93=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F5D is #2DD0A2. Grayscale: #646464. Windows color (decimal): -3002531 or 6107090. OLE color: 6107090.

HSL color Cylindrical-coordinate representation of color #D22F5D: hue angle of 343.07º degrees, saturation: 0.64, 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 #D22F5D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 47 93 -
CMYK 0 0.78 0.56 0.18
HSL 343.07º 0.64% 0.5% -
HSV(B) 343.07º 0.78% 0.82% -
XYZ 29.57 16.52 11.99 -
YUV 100.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 210 47 93 0 0.78 0.56 0.18 343.07 0.64 0.5
Hex D2 2F 5D 0 4E 38 12 157 40 32
Octal 322 57 135 0 116 70 22 527 100 62
Binary 11010010 101111 1011101 0 1001110 111000 10010 101010111 1000000 110010

Color Harmonies of #D22F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F5D

Black with #D22F5D

Text Example


Text Example

White with #D22F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F5D; }

 p { color: rgb(210,47,93); }

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

background-color css

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

 a { background-color: rgb(210,47,93); }

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

border-color css

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

 span { border-color: rgb(210,47,93); }

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