Html Css Color HEX #D4217F Deep Cerise

📋 copy color: '#D4217F'

red 212 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #D4217F

Tints of Deep Cerise #D4217F

RGB

 RED value IS 212 (83.2% from 255) = 56.99%

 GREEN value IS 33 (13.28% from 255) = 8.87%

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

R = 56.99%
G = 8.87%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4217F (or 0xD4217F) is known color: Deep Cerise. HEX triplet: D4, 21 and 7F. RGB value is (212,33,127). Sum of RGB (Red+Green+Blue) = 212+33+127=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4217F is #2BDE80. Grayscale: #616161. Windows color (decimal): -2875009 or 8331732. OLE color: 8331732.

HSL color Cylindrical-coordinate representation of color #D4217F: hue angle of 328.49º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4217F is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 127 -
CMYK 0 0.84 0.40 0.17
HSL 328.49º 0.73% 0.48% -
HSV(B) 328.49º 0.84% 0.83% -
XYZ 31.53 16.62 21.62 -
YUV 97.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 212 33 127 0 0.84 0.40 0.17 328.49 0.73 0.48
Hex D4 21 7F 0 54 28 11 148 49 30
Octal 324 41 177 0 124 50 21 510 111 60
Binary 11010100 100001 1111111 0 1010100 101000 10001 101001000 1001001 110000

Color Harmonies of #D4217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4217F

Black with #D4217F

Text Example


Text Example

White with #D4217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4217F; }

 p { color: rgb(212,33,127); }

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

background-color css

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

 a { background-color: rgb(212,33,127); }

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

border-color css

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

 span { border-color: rgb(212,33,127); }

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