Html Css Color HEX #D6218C Deep Cerise

📋 copy color: '#D6218C'

red 214 ◦ green 33 ◦ blue 140

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

Shades of Deep Cerise #D6218C

Tints of Deep Cerise #D6218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 55.3%
G = 8.53%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6218C (or 0xD6218C) is known color: Deep Cerise. HEX triplet: D6, 21 and 8C. RGB value is (214,33,140). Sum of RGB (Red+Green+Blue) = 214+33+140=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6218C is #29DE73. Grayscale: #636363. Windows color (decimal): -2743924 or 9183702. OLE color: 9183702.

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

Color convert

RGB 214 33 140 -
CMYK 0 0.85 0.35 0.16
HSL 324.53º 0.73% 0.48% -
HSV(B) 324.53º 0.85% 0.84% -
XYZ 33.01 17.28 26.41 -
YUV 99.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 214 33 140 0 0.85 0.35 0.16 324.53 0.73 0.48
Hex D6 21 8C 0 55 23 10 145 49 30
Octal 326 41 214 0 125 43 20 505 111 60
Binary 11010110 100001 10001100 0 1010101 100011 10000 101000101 1001001 110000

Color Harmonies of #D6218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6218C

Black with #D6218C

Text Example


Text Example

White with #D6218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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