Html Css Color HEX #D9216F Cerise

📋 copy color: '#D9216F'

red 217 ◦ green 33 ◦ blue 111

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

Shades of Cerise #D9216F

Tints of Cerise #D9216F

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

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

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

R = 60.11%
G = 9.14%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9216F (or 0xD9216F) is known color: Cerise. HEX triplet: D9, 21 and 6F. RGB value is (217,33,111). Sum of RGB (Red+Green+Blue) = 217+33+111=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9216F is #26DE90. Grayscale: #606060. Windows color (decimal): -2547345 or 7283161. OLE color: 7283161.

HSL color Cylindrical-coordinate representation of color #D9216F: hue angle of 334.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9216F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 111 -
CMYK 0 0.85 0.49 0.15
HSL 334.57º 0.74% 0.49% -
HSV(B) 334.57º 0.85% 0.85% -
XYZ 32.03 16.99 16.63 -
YUV 96.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 217 33 111 0 0.85 0.49 0.15 334.57 0.74 0.49
Hex D9 21 6F 0 55 31 F 14F 4A 31
Octal 331 41 157 0 125 61 17 517 112 61
Binary 11011001 100001 1101111 0 1010101 110001 1111 101001111 1001010 110001

Color Harmonies of #D9216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9216F

Black with #D9216F

Text Example


Text Example

White with #D9216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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