Html Css Color HEX #D325A5 Deep Cerise

📋 copy color: '#D325A5'

red 211 ◦ green 37 ◦ blue 165

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

Shades of Deep Cerise #D325A5

Tints of Deep Cerise #D325A5

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

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

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

R = 51.09%
G = 8.96%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D325A5 (or 0xD325A5) is known color: Deep Cerise. HEX triplet: D3, 25 and A5. RGB value is (211,37,165). Sum of RGB (Red+Green+Blue) = 211+37+165=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D325A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D325A5 is #2CDA5A. Grayscale: #676767. Windows color (decimal): -2939483 or 10823123. OLE color: 10823123.

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

Color convert

RGB 211 37 165 -
CMYK 0 0.82 0.22 0.17
HSL 315.86º 0.7% 0.49% -
HSV(B) 315.86º 0.82% 0.83% -
XYZ 34.32 17.89 37.24 -
YUV 103.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 211 37 165 0 0.82 0.22 0.17 315.86 0.7 0.49
Hex D3 25 A5 0 52 16 11 13C 46 31
Octal 323 45 245 0 122 26 21 474 106 61
Binary 11010011 100101 10100101 0 1010010 10110 10001 100111100 1000110 110001

Color Harmonies of #D325A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325A5

Black with #D325A5

Text Example


Text Example

White with #D325A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325A5; }

 p { color: rgb(211,37,165); }

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

background-color css

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

 a { background-color: rgb(211,37,165); }

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

border-color css

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

 span { border-color: rgb(211,37,165); }

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