Html Css Color HEX #D6217D Deep Cerise

📋 copy color: '#D6217D'

red 214 ◦ green 33 ◦ blue 125

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

Shades of Deep Cerise #D6217D

Tints of Deep Cerise #D6217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 57.53%
G = 8.87%
B = 33.6%

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

#D6217D (or 0xD6217D) is known color: Deep Cerise. HEX triplet: D6, 21 and 7D. RGB value is (214,33,125). Sum of RGB (Red+Green+Blue) = 214+33+125=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6217D is #29DE82. Grayscale: #616161. Windows color (decimal): -2743939 or 8200662. OLE color: 8200662.

HSL color Cylindrical-coordinate representation of color #D6217D: hue angle of 329.5º 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 #D6217D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 125 -
CMYK 0 0.85 0.42 0.16
HSL 329.5º 0.73% 0.48% -
HSV(B) 329.5º 0.85% 0.84% -
XYZ 31.98 16.86 20.97 -
YUV 97.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 214 33 125 0 0.85 0.42 0.16 329.5 0.73 0.48
Hex D6 21 7D 0 55 2A 10 14A 49 30
Octal 326 41 175 0 125 52 20 512 111 60
Binary 11010110 100001 1111101 0 1010101 101010 10000 101001010 1001001 110000

Color Harmonies of #D6217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6217D

Black with #D6217D

Text Example


Text Example

White with #D6217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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