Html Css Color HEX #D6218A Deep Cerise

📋 copy color: '#D6218A'

red 214 ◦ green 33 ◦ blue 138

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

Shades of Deep Cerise #D6218A

Tints of Deep Cerise #D6218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 55.58%
G = 8.57%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6218A (or 0xD6218A) is known color: Deep Cerise. HEX triplet: D6, 21 and 8A. RGB value is (214,33,138). Sum of RGB (Red+Green+Blue) = 214+33+138=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6218A is #29DE75. Grayscale: #626262. Windows color (decimal): -2743926 or 9052630. OLE color: 9052630.

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

Color convert

RGB 214 33 138 -
CMYK 0 0.85 0.36 0.16
HSL 325.19º 0.73% 0.48% -
HSV(B) 325.19º 0.85% 0.84% -
XYZ 32.86 17.22 25.64 -
YUV 99.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 214 33 138 0 0.85 0.36 0.16 325.19 0.73 0.48
Hex D6 21 8A 0 55 24 10 145 49 30
Octal 326 41 212 0 125 44 20 505 111 60
Binary 11010110 100001 10001010 0 1010101 100100 10000 101000101 1001001 110000

Color Harmonies of #D6218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6218A

Black with #D6218A

Text Example


Text Example

White with #D6218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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