Html Css Color HEX #DB525F Mandy

📋 copy color: '#DB525F'

red 219 ◦ green 82 ◦ blue 95

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

Shades of Mandy #DB525F

Tints of Mandy #DB525F

RGB

 RED value IS 219 (85.94% from 255) = 55.3%

 GREEN value IS 82 (32.42% from 255) = 20.71%

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 55.3%
G = 20.71%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB525F (or 0xDB525F) is known color: Mandy. HEX triplet: DB, 52 and 5F. RGB value is (219,82,95). Sum of RGB (Red+Green+Blue) = 219+82+95=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB525F is #24ADA0. Grayscale: #7C7C7C. Windows color (decimal): -2403745 or 6247131. OLE color: 6247131.

HSL color Cylindrical-coordinate representation of color #DB525F: hue angle of 354.31º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB525F is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 95 -
CMYK 0 0.63 0.57 0.14
HSL 354.31º 0.66% 0.59% -
HSV(B) 354.31º 0.63% 0.86% -
XYZ 34.3 21.92 13.25 -
YUV 124.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 219 82 95 0 0.63 0.57 0.14 354.31 0.66 0.59
Hex DB 52 5F 0 3F 39 E 162 42 3B
Octal 333 122 137 0 77 71 16 542 102 73
Binary 11011011 1010010 1011111 0 111111 111001 1110 101100010 1000010 111011

Color Harmonies of #DB525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB525F

Black with #DB525F

Text Example


Text Example

White with #DB525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB525F; }

 p { color: rgb(219,82,95); }

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

background-color css

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

 a { background-color: rgb(219,82,95); }

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

border-color css

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

 span { border-color: rgb(219,82,95); }

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