Html Css Color HEX #D5218B Deep Cerise

📋 copy color: '#D5218B'

red 213 ◦ green 33 ◦ blue 139

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

Shades of Deep Cerise #D5218B

Tints of Deep Cerise #D5218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 55.32%
G = 8.57%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5218B (or 0xD5218B) is known color: Deep Cerise. HEX triplet: D5, 21 and 8B. RGB value is (213,33,139). Sum of RGB (Red+Green+Blue) = 213+33+139=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5218B is #2ADE74. Grayscale: #626262. Windows color (decimal): -2809461 or 9118165. OLE color: 9118165.

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

Color convert

RGB 213 33 139 -
CMYK 0 0.85 0.35 0.16
HSL 324.67º 0.73% 0.48% -
HSV(B) 324.67º 0.85% 0.84% -
XYZ 32.64 17.1 26.01 -
YUV 98.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 213 33 139 0 0.85 0.35 0.16 324.67 0.73 0.48
Hex D5 21 8B 0 55 23 10 145 49 30
Octal 325 41 213 0 125 43 20 505 111 60
Binary 11010101 100001 10001011 0 1010101 100011 10000 101000101 1001001 110000

Color Harmonies of #D5218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5218B

Black with #D5218B

Text Example


Text Example

White with #D5218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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