Html Css Color HEX #D5216D Cerise

📋 copy color: '#D5216D'

red 213 ◦ green 33 ◦ blue 109

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

Shades of Cerise #D5216D

Tints of Cerise #D5216D

RGB

 RED value IS 213 (83.59% from 255) = 60%

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

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

R = 60%
G = 9.3%
B = 30.7%

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

#D5216D (or 0xD5216D) is known color: Cerise. HEX triplet: D5, 21 and 6D. RGB value is (213,33,109). Sum of RGB (Red+Green+Blue) = 213+33+109=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5216D is #2ADE92. Grayscale: #5F5F5F. Windows color (decimal): -2809491 or 7152085. OLE color: 7152085.

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

Color convert

RGB 213 33 109 -
CMYK 0 0.85 0.49 0.16
HSL 334.67º 0.73% 0.48% -
HSV(B) 334.67º 0.85% 0.84% -
XYZ 30.74 16.34 16 -
YUV 95.48 135.63 211.82 -
System Red Green Blue C M Y K H S L
Decimal 213 33 109 0 0.85 0.49 0.16 334.67 0.73 0.48
Hex D5 21 6D 0 55 31 10 14F 49 30
Octal 325 41 155 0 125 61 20 517 111 60
Binary 11010101 100001 1101101 0 1010101 110001 10000 101001111 1001001 110000

Color Harmonies of #D5216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5216D

Black with #D5216D

Text Example


Text Example

White with #D5216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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