Html Css Color HEX #D22C7F Deep Cerise

📋 copy color: '#D22C7F'

red 210 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #D22C7F

Tints of Deep Cerise #D22C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.55%

 BLUE value IS 127 (50% from 255) = 33.33%

R = 55.12%
G = 11.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D22C7F (or 0xD22C7F) is known color: Deep Cerise. HEX triplet: D2, 2C and 7F. RGB value is (210,44,127). Sum of RGB (Red+Green+Blue) = 210+44+127=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C7F is #2DD380. Grayscale: #666666. Windows color (decimal): -3003265 or 8334546. OLE color: 8334546.

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

Color convert

RGB 210 44 127 -
CMYK 0 0.79 0.40 0.18
HSL 330º 0.65% 0.5% -
HSV(B) 330º 0.79% 0.82% -
XYZ 31.31 17.04 21.72 -
YUV 103.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 210 44 127 0 0.79 0.40 0.18 330 0.65 0.5
Hex D2 2C 7F 0 4F 28 12 14A 41 32
Octal 322 54 177 0 117 50 22 512 101 62
Binary 11010010 101100 1111111 0 1001111 101000 10010 101001010 1000001 110010

Color Harmonies of #D22C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C7F

Black with #D22C7F

Text Example


Text Example

White with #D22C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C7F; }

 p { color: rgb(210,44,127); }

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

background-color css

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

 a { background-color: rgb(210,44,127); }

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

border-color css

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

 span { border-color: rgb(210,44,127); }

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