Html Css Color HEX #D52B88 Deep Cerise

📋 copy color: '#D52B88'

red 213 ◦ green 43 ◦ blue 136

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

Shades of Deep Cerise #D52B88

Tints of Deep Cerise #D52B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 54.34%
G = 10.97%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52B88 (or 0xD52B88) is known color: Deep Cerise. HEX triplet: D5, 2B and 88. RGB value is (213,43,136). Sum of RGB (Red+Green+Blue) = 213+43+136=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52B88 is #2AD477. Grayscale: #686868. Windows color (decimal): -2806904 or 8924117. OLE color: 8924117.

HSL color Cylindrical-coordinate representation of color #D52B88: hue angle of 327.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B88 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 136 -
CMYK 0 0.80 0.36 0.16
HSL 327.18º 0.67% 0.5% -
HSV(B) 327.18º 0.8% 0.84% -
XYZ 32.75 17.65 24.97 -
YUV 104.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 213 43 136 0 0.80 0.36 0.16 327.18 0.67 0.5
Hex D5 2B 88 0 50 24 10 147 43 32
Octal 325 53 210 0 120 44 20 507 103 62
Binary 11010101 101011 10001000 0 1010000 100100 10000 101000111 1000011 110010

Color Harmonies of #D52B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B88

Black with #D52B88

Text Example


Text Example

White with #D52B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B88; }

 p { color: rgb(213,43,136); }

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

background-color css

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

 a { background-color: rgb(213,43,136); }

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

border-color css

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

 span { border-color: rgb(213,43,136); }

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