Html Css Color HEX #D6217F Deep Cerise

📋 copy color: '#D6217F'

red 214 ◦ green 33 ◦ blue 127

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

Shades of Deep Cerise #D6217F

Tints of Deep Cerise #D6217F

RGB

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

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

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

R = 57.22%
G = 8.82%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6217F (or 0xD6217F) is known color: Deep Cerise. HEX triplet: D6, 21 and 7F. RGB value is (214,33,127). Sum of RGB (Red+Green+Blue) = 214+33+127=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6217F is #29DE80. Grayscale: #616161. Windows color (decimal): -2743937 or 8331734. OLE color: 8331734.

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

Color convert

RGB 214 33 127 -
CMYK 0 0.85 0.41 0.16
HSL 328.84º 0.73% 0.48% -
HSV(B) 328.84º 0.85% 0.84% -
XYZ 32.11 16.92 21.65 -
YUV 97.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 214 33 127 0 0.85 0.41 0.16 328.84 0.73 0.48
Hex D6 21 7F 0 55 29 10 149 49 30
Octal 326 41 177 0 125 51 20 511 111 60
Binary 11010110 100001 1111111 0 1010101 101001 10000 101001001 1001001 110000

Color Harmonies of #D6217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6217F

Black with #D6217F

Text Example


Text Example

White with #D6217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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