Html Css Color HEX #D6216D Cerise

📋 copy color: '#D6216D'

red 214 ◦ green 33 ◦ blue 109

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

Shades of Cerise #D6216D

Tints of Cerise #D6216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 60.11%
G = 9.27%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6216D (or 0xD6216D) is known color: Cerise. HEX triplet: D6, 21 and 6D. RGB value is (214,33,109). Sum of RGB (Red+Green+Blue) = 214+33+109=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6216D is #29DE92. Grayscale: #5F5F5F. Windows color (decimal): -2743955 or 7152086. OLE color: 7152086.

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

Color convert

RGB 214 33 109 -
CMYK 0 0.85 0.49 0.16
HSL 334.81º 0.73% 0.48% -
HSV(B) 334.81º 0.85% 0.84% -
XYZ 31.04 16.49 16.01 -
YUV 95.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 214 33 109 0 0.85 0.49 0.16 334.81 0.73 0.48
Hex D6 21 6D 0 55 31 10 14F 49 30
Octal 326 41 155 0 125 61 20 517 111 60
Binary 11010110 100001 1101101 0 1010101 110001 10000 101001111 1001001 110000

Color Harmonies of #D6216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6216D

Black with #D6216D

Text Example


Text Example

White with #D6216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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