Html Css Color HEX #D525A0 Deep Cerise

📋 copy color: '#D525A0'

red 213 ◦ green 37 ◦ blue 160

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

Shades of Deep Cerise #D525A0

Tints of Deep Cerise #D525A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 160 (62.89% from 255) = 39.02%

R = 51.95%
G = 9.02%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D525A0 (or 0xD525A0) is known color: Deep Cerise. HEX triplet: D5, 25 and A0. RGB value is (213,37,160). Sum of RGB (Red+Green+Blue) = 213+37+160=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D525A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D525A0 is #2ADA5F. Grayscale: #676767. Windows color (decimal): -2808416 or 10495445. OLE color: 10495445.

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

Color convert

RGB 213 37 160 -
CMYK 0 0.83 0.25 0.16
HSL 318.07º 0.7% 0.49% -
HSV(B) 318.07º 0.83% 0.84% -
XYZ 34.45 18.01 34.92 -
YUV 103.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 213 37 160 0 0.83 0.25 0.16 318.07 0.7 0.49
Hex D5 25 A0 0 53 19 10 13E 46 31
Octal 325 45 240 0 123 31 20 476 106 61
Binary 11010101 100101 10100000 0 1010011 11001 10000 100111110 1000110 110001

Color Harmonies of #D525A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525A0

Black with #D525A0

Text Example


Text Example

White with #D525A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525A0; }

 p { color: rgb(213,37,160); }

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

background-color css

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

 a { background-color: rgb(213,37,160); }

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

border-color css

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

 span { border-color: rgb(213,37,160); }

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