Html Css Color HEX #DB484B Mandy

📋 copy color: '#DB484B'

red 219 ◦ green 72 ◦ blue 75

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

Shades of Mandy #DB484B

Tints of Mandy #DB484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 59.84%
G = 19.67%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB484B (or 0xDB484B) is known color: Mandy. HEX triplet: DB, 48 and 4B. RGB value is (219,72,75). Sum of RGB (Red+Green+Blue) = 219+72+75=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB484B is #24B7B4. Grayscale: #747474. Windows color (decimal): -2406325 or 4933851. OLE color: 4933851.

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

Color convert

RGB 219 72 75 -
CMYK 0 0.67 0.66 0.14
HSL 358.78º 0.67% 0.57% -
HSV(B) 358.78º 0.67% 0.86% -
XYZ 32.8 20.2 8.83 -
YUV 116.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 219 72 75 0 0.67 0.66 0.14 358.78 0.67 0.57
Hex DB 48 4B 0 43 42 E 167 43 39
Octal 333 110 113 0 103 102 16 547 103 71
Binary 11011011 1001000 1001011 0 1000011 1000010 1110 101100111 1000011 111001

Color Harmonies of #DB484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB484B

Black with #DB484B

Text Example


Text Example

White with #DB484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB484B; }

 p { color: rgb(219,72,75); }

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

background-color css

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

 a { background-color: rgb(219,72,75); }

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

border-color css

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

 span { border-color: rgb(219,72,75); }

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