Html Css Color HEX #D52C85 Deep Cerise

📋 copy color: '#D52C85'

red 213 ◦ green 44 ◦ blue 133

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

Shades of Deep Cerise #D52C85

Tints of Deep Cerise #D52C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

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

R = 54.62%
G = 11.28%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D52C85 (or 0xD52C85) is known color: Deep Cerise. HEX triplet: D5, 2C and 85. RGB value is (213,44,133). Sum of RGB (Red+Green+Blue) = 213+44+133=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C85 is #2AD37A. Grayscale: #686868. Windows color (decimal): -2806651 or 8727765. OLE color: 8727765.

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

Color convert

RGB 213 44 133 -
CMYK 0 0.79 0.38 0.16
HSL 328.4º 0.67% 0.5% -
HSV(B) 328.4º 0.79% 0.84% -
XYZ 32.57 17.64 23.88 -
YUV 104.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 213 44 133 0 0.79 0.38 0.16 328.4 0.67 0.5
Hex D5 2C 85 0 4F 26 10 148 43 32
Octal 325 54 205 0 117 46 20 510 103 62
Binary 11010101 101100 10000101 0 1001111 100110 10000 101001000 1000011 110010

Color Harmonies of #D52C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C85

Black with #D52C85

Text Example


Text Example

White with #D52C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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