Html Css Color HEX #D527A4 Deep Cerise

📋 copy color: '#D527A4'

red 213 ◦ green 39 ◦ blue 164

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

Shades of Deep Cerise #D527A4

Tints of Deep Cerise #D527A4

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.38%

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 51.2%
G = 9.38%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D527A4 (or 0xD527A4) is known color: Deep Cerise. HEX triplet: D5, 27 and A4. RGB value is (213,39,164). Sum of RGB (Red+Green+Blue) = 213+39+164=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D527A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527A4 is #2AD85B. Grayscale: #686868. Windows color (decimal): -2807900 or 10758101. OLE color: 10758101.

HSL color Cylindrical-coordinate representation of color #D527A4: hue angle of 316.9º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527A4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 164 -
CMYK 0 0.82 0.23 0.16
HSL 316.9º 0.69% 0.49% -
HSV(B) 316.9º 0.82% 0.84% -
XYZ 34.87 18.28 36.81 -
YUV 105.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 213 39 164 0 0.82 0.23 0.16 316.9 0.69 0.49
Hex D5 27 A4 0 52 17 10 13D 45 31
Octal 325 47 244 0 122 27 20 475 105 61
Binary 11010101 100111 10100100 0 1010010 10111 10000 100111101 1000101 110001

Color Harmonies of #D527A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527A4

Black with #D527A4

Text Example


Text Example

White with #D527A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527A4; }

 p { color: rgb(213,39,164); }

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

background-color css

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

 a { background-color: rgb(213,39,164); }

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

border-color css

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

 span { border-color: rgb(213,39,164); }

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