Html Css Color HEX #D526AA Deep Cerise

📋 copy color: '#D526AA'

red 213 ◦ green 38 ◦ blue 170

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

Shades of Deep Cerise #D526AA

Tints of Deep Cerise #D526AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 50.59%
G = 9.03%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D526AA (or 0xD526AA) is known color: Deep Cerise. HEX triplet: D5, 26 and AA. RGB value is (213,38,170). Sum of RGB (Red+Green+Blue) = 213+38+170=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D526AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D526AA is #2AD955. Grayscale: #696969. Windows color (decimal): -2808150 or 11151061. OLE color: 11151061.

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

Color convert

RGB 213 38 170 -
CMYK 0 0.82 0.20 0.16
HSL 314.74º 0.7% 0.49% -
HSV(B) 314.74º 0.82% 0.84% -
XYZ 35.39 18.43 39.72 -
YUV 105.37 164.48 204.77 -
System Red Green Blue C M Y K H S L
Decimal 213 38 170 0 0.82 0.20 0.16 314.74 0.7 0.49
Hex D5 26 AA 0 52 14 10 13B 46 31
Octal 325 46 252 0 122 24 20 473 106 61
Binary 11010101 100110 10101010 0 1010010 10100 10000 100111011 1000110 110001

Color Harmonies of #D526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526AA

Black with #D526AA

Text Example


Text Example

White with #D526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526AA; }

 p { color: rgb(213,38,170); }

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

background-color css

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

 a { background-color: rgb(213,38,170); }

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

border-color css

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

 span { border-color: rgb(213,38,170); }

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