Html Css Color HEX #D52CAB Deep Cerise

📋 copy color: '#D52CAB'

red 213 ◦ green 44 ◦ blue 171

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

Shades of Deep Cerise #D52CAB

Tints of Deep Cerise #D52CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 49.77%
G = 10.28%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D52CAB (or 0xD52CAB) is known color: Deep Cerise. HEX triplet: D5, 2C and AB. RGB value is (213,44,171). Sum of RGB (Red+Green+Blue) = 213+44+171=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CAB is #2AD354. Grayscale: #6C6C6C. Windows color (decimal): -2806613 or 11218133. OLE color: 11218133.

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

Color convert

RGB 213 44 171 -
CMYK 0 0.79 0.20 0.16
HSL 314.91º 0.67% 0.5% -
HSV(B) 314.91º 0.79% 0.84% -
XYZ 35.69 18.89 40.29 -
YUV 109.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 213 44 171 0 0.79 0.20 0.16 314.91 0.67 0.5
Hex D5 2C AB 0 4F 14 10 13B 43 32
Octal 325 54 253 0 117 24 20 473 103 62
Binary 11010101 101100 10101011 0 1001111 10100 10000 100111011 1000011 110010

Color Harmonies of #D52CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CAB

Black with #D52CAB

Text Example


Text Example

White with #D52CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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