Html Css Color HEX #D6217C Deep Cerise

📋 copy color: '#D6217C'

red 214 ◦ green 33 ◦ blue 124

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

Shades of Deep Cerise #D6217C

Tints of Deep Cerise #D6217C

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 57.68%
G = 8.89%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6217C (or 0xD6217C) is known color: Deep Cerise. HEX triplet: D6, 21 and 7C. RGB value is (214,33,124). Sum of RGB (Red+Green+Blue) = 214+33+124=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6217C is #29DE83. Grayscale: #616161. Windows color (decimal): -2743940 or 8135126. OLE color: 8135126.

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

Color convert

RGB 214 33 124 -
CMYK 0 0.85 0.42 0.16
HSL 329.83º 0.73% 0.48% -
HSV(B) 329.83º 0.85% 0.84% -
XYZ 31.91 16.84 20.64 -
YUV 97.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 214 33 124 0 0.85 0.42 0.16 329.83 0.73 0.48
Hex D6 21 7C 0 55 2A 10 14A 49 30
Octal 326 41 174 0 125 52 20 512 111 60
Binary 11010110 100001 1111100 0 1010101 101010 10000 101001010 1001001 110000

Color Harmonies of #D6217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6217C

Black with #D6217C

Text Example


Text Example

White with #D6217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6217C; }

 p { color: rgb(214,33,124); }

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

background-color css

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

 a { background-color: rgb(214,33,124); }

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

border-color css

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

 span { border-color: rgb(214,33,124); }

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