Html Css Color HEX #D52885 Deep Cerise

📋 copy color: '#D52885'

red 213 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #D52885

Tints of Deep Cerise #D52885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 55.18%
G = 10.36%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D52885 (or 0xD52885) is known color: Deep Cerise. HEX triplet: D5, 28 and 85. RGB value is (213,40,133). Sum of RGB (Red+Green+Blue) = 213+40+133=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D52885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52885 is #2AD77A. Grayscale: #666666. Windows color (decimal): -2807675 or 8726741. OLE color: 8726741.

HSL color Cylindrical-coordinate representation of color #D52885: hue angle of 327.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52885 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 133 -
CMYK 0 0.81 0.38 0.16
HSL 327.75º 0.68% 0.5% -
HSV(B) 327.75º 0.81% 0.84% -
XYZ 32.43 17.36 23.83 -
YUV 102.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 213 40 133 0 0.81 0.38 0.16 327.75 0.68 0.5
Hex D5 28 85 0 51 26 10 148 44 32
Octal 325 50 205 0 121 46 20 510 104 62
Binary 11010101 101000 10000101 0 1010001 100110 10000 101001000 1000100 110010

Color Harmonies of #D52885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52885

Black with #D52885

Text Example


Text Example

White with #D52885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52885; }

 p { color: rgb(213,40,133); }

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

background-color css

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

 a { background-color: rgb(213,40,133); }

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

border-color css

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

 span { border-color: rgb(213,40,133); }

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