Html Css Color HEX #D6216F Cerise

📋 copy color: '#D6216F'

red 214 ◦ green 33 ◦ blue 111

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

Shades of Cerise #D6216F

Tints of Cerise #D6216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 59.78%
G = 9.22%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6216F (or 0xD6216F) is known color: Cerise. HEX triplet: D6, 21 and 6F. RGB value is (214,33,111). Sum of RGB (Red+Green+Blue) = 214+33+111=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6216F is #29DE90. Grayscale: #5F5F5F. Windows color (decimal): -2743953 or 7283158. OLE color: 7283158.

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

Color convert

RGB 214 33 111 -
CMYK 0 0.85 0.48 0.16
HSL 334.14º 0.73% 0.48% -
HSV(B) 334.14º 0.85% 0.84% -
XYZ 31.14 16.53 16.59 -
YUV 96.01 136.47 212.16 -
System Red Green Blue C M Y K H S L
Decimal 214 33 111 0 0.85 0.48 0.16 334.14 0.73 0.48
Hex D6 21 6F 0 55 30 10 14E 49 30
Octal 326 41 157 0 125 60 20 516 111 60
Binary 11010110 100001 1101111 0 1010101 110000 10000 101001110 1001001 110000

Color Harmonies of #D6216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6216F

Black with #D6216F

Text Example


Text Example

White with #D6216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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