Html Css Color HEX #D526A9 Deep Cerise

📋 copy color: '#D526A9'

red 213 ◦ green 38 ◦ blue 169

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

Shades of Deep Cerise #D526A9

Tints of Deep Cerise #D526A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 50.71%
G = 9.05%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D526A9 (or 0xD526A9) is known color: Deep Cerise. HEX triplet: D5, 26 and A9. RGB value is (213,38,169). Sum of RGB (Red+Green+Blue) = 213+38+169=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D526A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D526A9 is #2AD956. Grayscale: #686868. Windows color (decimal): -2808151 or 11085525. OLE color: 11085525.

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

Color convert

RGB 213 38 169 -
CMYK 0 0.82 0.21 0.16
HSL 315.09º 0.7% 0.49% -
HSV(B) 315.09º 0.82% 0.84% -
XYZ 35.3 18.4 39.23 -
YUV 105.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 213 38 169 0 0.82 0.21 0.16 315.09 0.7 0.49
Hex D5 26 A9 0 52 15 10 13B 46 31
Octal 325 46 251 0 122 25 20 473 106 61
Binary 11010101 100110 10101001 0 1010010 10101 10000 100111011 1000110 110001

Color Harmonies of #D526A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D526A9

Black with #D526A9

Text Example


Text Example

White with #D526A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D526A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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