Html Css Color HEX #D6218D Deep Cerise

📋 copy color: '#D6218D'

red 214 ◦ green 33 ◦ blue 141

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

Shades of Deep Cerise #D6218D

Tints of Deep Cerise #D6218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 55.15%
G = 8.51%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6218D (or 0xD6218D) is known color: Deep Cerise. HEX triplet: D6, 21 and 8D. RGB value is (214,33,141). Sum of RGB (Red+Green+Blue) = 214+33+141=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6218D is #29DE72. Grayscale: #636363. Windows color (decimal): -2743923 or 9249238. OLE color: 9249238.

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

Color convert

RGB 214 33 141 -
CMYK 0 0.85 0.34 0.16
HSL 324.2º 0.73% 0.48% -
HSV(B) 324.2º 0.85% 0.84% -
XYZ 33.08 17.31 26.8 -
YUV 99.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 214 33 141 0 0.85 0.34 0.16 324.2 0.73 0.48
Hex D6 21 8D 0 55 22 10 144 49 30
Octal 326 41 215 0 125 42 20 504 111 60
Binary 11010110 100001 10001101 0 1010101 100010 10000 101000100 1001001 110000

Color Harmonies of #D6218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6218D

Black with #D6218D

Text Example


Text Example

White with #D6218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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