Html Css Color HEX #D5216C Cerise

📋 copy color: '#D5216C'

red 213 ◦ green 33 ◦ blue 108

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

Shades of Cerise #D5216C

Tints of Cerise #D5216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 60.17%
G = 9.32%
B = 30.51%

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

#D5216C (or 0xD5216C) is known color: Cerise. HEX triplet: D5, 21 and 6C. RGB value is (213,33,108). Sum of RGB (Red+Green+Blue) = 213+33+108=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5216C is #2ADE93. Grayscale: #5F5F5F. Windows color (decimal): -2809492 or 7086549. OLE color: 7086549.

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

Color convert

RGB 213 33 108 -
CMYK 0 0.85 0.49 0.16
HSL 335º 0.73% 0.48% -
HSV(B) 335º 0.85% 0.84% -
XYZ 30.69 16.32 15.72 -
YUV 95.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 213 33 108 0 0.85 0.49 0.16 335 0.73 0.48
Hex D5 21 6C 0 55 31 10 14F 49 30
Octal 325 41 154 0 125 61 20 517 111 60
Binary 11010101 100001 1101100 0 1010101 110001 10000 101001111 1001001 110000

Color Harmonies of #D5216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5216C

Black with #D5216C

Text Example


Text Example

White with #D5216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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