Html Css Color HEX #D529A7 Deep Cerise

📋 copy color: '#D529A7'

red 213 ◦ green 41 ◦ blue 167

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

Shades of Deep Cerise #D529A7

Tints of Deep Cerise #D529A7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.74%

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 50.59%
G = 9.74%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D529A7 (or 0xD529A7) is known color: Deep Cerise. HEX triplet: D5, 29 and A7. RGB value is (213,41,167). Sum of RGB (Red+Green+Blue) = 213+41+167=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D529A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529A7 is #2AD658. Grayscale: #6A6A6A. Windows color (decimal): -2807385 or 10955221. OLE color: 10955221.

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

Color convert

RGB 213 41 167 -
CMYK 0 0.81 0.22 0.16
HSL 316.05º 0.68% 0.5% -
HSV(B) 316.05º 0.81% 0.84% -
XYZ 35.21 18.52 38.28 -
YUV 106.79 161.98 203.75 -
System Red Green Blue C M Y K H S L
Decimal 213 41 167 0 0.81 0.22 0.16 316.05 0.68 0.5
Hex D5 29 A7 0 51 16 10 13C 44 32
Octal 325 51 247 0 121 26 20 474 104 62
Binary 11010101 101001 10100111 0 1010001 10110 10000 100111100 1000100 110010

Color Harmonies of #D529A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529A7

Black with #D529A7

Text Example


Text Example

White with #D529A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529A7; }

 p { color: rgb(213,41,167); }

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

background-color css

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

 a { background-color: rgb(213,41,167); }

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

border-color css

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

 span { border-color: rgb(213,41,167); }

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