Html Css Color HEX #D52C7A Deep Cerise

📋 copy color: '#D52C7A'

red 213 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #D52C7A

Tints of Deep Cerise #D52C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 56.2%
G = 11.61%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D52C7A (or 0xD52C7A) is known color: Deep Cerise. HEX triplet: D5, 2C and 7A. RGB value is (213,44,122). Sum of RGB (Red+Green+Blue) = 213+44+122=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C7A is #2AD385. Grayscale: #676767. Windows color (decimal): -2806662 or 8006869. OLE color: 8006869.

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

Color convert

RGB 213 44 122 -
CMYK 0 0.79 0.43 0.16
HSL 332.31º 0.67% 0.5% -
HSV(B) 332.31º 0.79% 0.84% -
XYZ 31.85 17.35 20.08 -
YUV 103.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 213 44 122 0 0.79 0.43 0.16 332.31 0.67 0.5
Hex D5 2C 7A 0 4F 2B 10 14C 43 32
Octal 325 54 172 0 117 53 20 514 103 62
Binary 11010101 101100 1111010 0 1001111 101011 10000 101001100 1000011 110010

Color Harmonies of #D52C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C7A

Black with #D52C7A

Text Example


Text Example

White with #D52C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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