Html Css Color HEX #D5218A Deep Cerise

📋 copy color: '#D5218A'

red 213 ◦ green 33 ◦ blue 138

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

Shades of Deep Cerise #D5218A

Tints of Deep Cerise #D5218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 55.47%
G = 8.59%
B = 35.94%

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

#D5218A (or 0xD5218A) is known color: Deep Cerise. HEX triplet: D5, 21 and 8A. RGB value is (213,33,138). Sum of RGB (Red+Green+Blue) = 213+33+138=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5218A is #2ADE75. Grayscale: #626262. Windows color (decimal): -2809462 or 9052629. OLE color: 9052629.

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

Color convert

RGB 213 33 138 -
CMYK 0 0.85 0.35 0.16
HSL 325º 0.73% 0.48% -
HSV(B) 325º 0.85% 0.84% -
XYZ 32.57 17.07 25.62 -
YUV 98.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 213 33 138 0 0.85 0.35 0.16 325 0.73 0.48
Hex D5 21 8A 0 55 23 10 145 49 30
Octal 325 41 212 0 125 43 20 505 111 60
Binary 11010101 100001 10001010 0 1010101 100011 10000 101000101 1001001 110000

Color Harmonies of #D5218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5218A

Black with #D5218A

Text Example


Text Example

White with #D5218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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