Html Css Color HEX #D527A3 Deep Cerise

📋 copy color: '#D527A3'

red 213 ◦ green 39 ◦ blue 163

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

Shades of Deep Cerise #D527A3

Tints of Deep Cerise #D527A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.28%

R = 51.33%
G = 9.4%
B = 39.28%

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

#D527A3 (or 0xD527A3) is known color: Deep Cerise. HEX triplet: D5, 27 and A3. RGB value is (213,39,163). Sum of RGB (Red+Green+Blue) = 213+39+163=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D527A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527A3 is #2AD85C. Grayscale: #686868. Windows color (decimal): -2807901 or 10692565. OLE color: 10692565.

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

Color convert

RGB 213 39 163 -
CMYK 0 0.82 0.23 0.16
HSL 317.24º 0.69% 0.49% -
HSV(B) 317.24º 0.82% 0.84% -
XYZ 34.78 18.24 36.34 -
YUV 105.16 160.65 204.92 -
System Red Green Blue C M Y K H S L
Decimal 213 39 163 0 0.82 0.23 0.16 317.24 0.69 0.49
Hex D5 27 A3 0 52 17 10 13D 45 31
Octal 325 47 243 0 122 27 20 475 105 61
Binary 11010101 100111 10100011 0 1010010 10111 10000 100111101 1000101 110001

Color Harmonies of #D527A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527A3

Black with #D527A3

Text Example


Text Example

White with #D527A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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