Html Css Color HEX #D5216B Cerise

📋 copy color: '#D5216B'

red 213 ◦ green 33 ◦ blue 107

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

Shades of Cerise #D5216B

Tints of Cerise #D5216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 60.34%
G = 9.35%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5216B (or 0xD5216B) is known color: Cerise. HEX triplet: D5, 21 and 6B. RGB value is (213,33,107). Sum of RGB (Red+Green+Blue) = 213+33+107=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5216B is #2ADE94. Grayscale: #5F5F5F. Windows color (decimal): -2809493 or 7021013. OLE color: 7021013.

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

Color convert

RGB 213 33 107 -
CMYK 0 0.85 0.50 0.16
HSL 335.33º 0.73% 0.48% -
HSV(B) 335.33º 0.85% 0.84% -
XYZ 30.64 16.3 15.44 -
YUV 95.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 213 33 107 0 0.85 0.50 0.16 335.33 0.73 0.48
Hex D5 21 6B 0 55 32 10 14F 49 30
Octal 325 41 153 0 125 62 20 517 111 60
Binary 11010101 100001 1101011 0 1010101 110010 10000 101001111 1001001 110000

Color Harmonies of #D5216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5216B

Black with #D5216B

Text Example


Text Example

White with #D5216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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