Html Css Color HEX #D527A5 Deep Cerise

📋 copy color: '#D527A5'

red 213 ◦ green 39 ◦ blue 165

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

Shades of Deep Cerise #D527A5

Tints of Deep Cerise #D527A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.57%

R = 51.08%
G = 9.35%
B = 39.57%

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

#D527A5 (or 0xD527A5) is known color: Deep Cerise. HEX triplet: D5, 27 and A5. RGB value is (213,39,165). Sum of RGB (Red+Green+Blue) = 213+39+165=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D527A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527A5 is #2AD85A. Grayscale: #696969. Windows color (decimal): -2807899 or 10823637. OLE color: 10823637.

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

Color convert

RGB 213 39 165 -
CMYK 0 0.82 0.23 0.16
HSL 316.55º 0.69% 0.49% -
HSV(B) 316.55º 0.82% 0.84% -
XYZ 34.96 18.31 37.29 -
YUV 105.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 213 39 165 0 0.82 0.23 0.16 316.55 0.69 0.49
Hex D5 27 A5 0 52 17 10 13D 45 31
Octal 325 47 245 0 122 27 20 475 105 61
Binary 11010101 100111 10100101 0 1010010 10111 10000 100111101 1000101 110001

Color Harmonies of #D527A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527A5

Black with #D527A5

Text Example


Text Example

White with #D527A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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