Html Css Color HEX #D52C9F Deep Cerise

📋 copy color: '#D52C9F'

red 213 ◦ green 44 ◦ blue 159

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

Shades of Deep Cerise #D52C9F

Tints of Deep Cerise #D52C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 51.2%
G = 10.58%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D52C9F (or 0xD52C9F) is known color: Deep Cerise. HEX triplet: D5, 2C and 9F. RGB value is (213,44,159). Sum of RGB (Red+Green+Blue) = 213+44+159=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C9F is #2AD360. Grayscale: #6B6B6B. Windows color (decimal): -2806625 or 10431701. OLE color: 10431701.

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

Color convert

RGB 213 44 159 -
CMYK 0 0.79 0.25 0.16
HSL 319.17º 0.67% 0.5% -
HSV(B) 319.17º 0.79% 0.84% -
XYZ 34.6 18.45 34.54 -
YUV 107.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 213 44 159 0 0.79 0.25 0.16 319.17 0.67 0.5
Hex D5 2C 9F 0 4F 19 10 13F 43 32
Octal 325 54 237 0 117 31 20 477 103 62
Binary 11010101 101100 10011111 0 1001111 11001 10000 100111111 1000011 110010

Color Harmonies of #D52C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C9F

Black with #D52C9F

Text Example


Text Example

White with #D52C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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