Html Css Color HEX #D0454A Mandy

📋 copy color: '#D0454A'

red 208 ◦ green 69 ◦ blue 74

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

Shades of Mandy #D0454A

Tints of Mandy #D0454A

RGB

 RED value IS 208 (81.64% from 255) = 59.26%

 GREEN value IS 69 (27.34% from 255) = 19.66%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 59.26%
G = 19.66%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0454A (or 0xD0454A) is known color: Mandy. HEX triplet: D0, 45 and 4A. RGB value is (208,69,74). Sum of RGB (Red+Green+Blue) = 208+69+74=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0454A is #2FBAB5. Grayscale: #6F6F6F. Windows color (decimal): -3127990 or 4867536. OLE color: 4867536.

HSL color Cylindrical-coordinate representation of color #D0454A: hue angle of 357.84º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0454A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 74 -
CMYK 0 0.67 0.64 0.18
HSL 357.84º 0.6% 0.54% -
HSV(B) 357.84º 0.67% 0.82% -
XYZ 29.38 18.16 8.44 -
YUV 111.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 208 69 74 0 0.67 0.64 0.18 357.84 0.6 0.54
Hex D0 45 4A 0 43 40 12 166 3C 36
Octal 320 105 112 0 103 100 22 546 74 66
Binary 11010000 1000101 1001010 0 1000011 1000000 10010 101100110 111100 110110

Color Harmonies of #D0454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0454A

Black with #D0454A

Text Example


Text Example

White with #D0454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0454A; }

 p { color: rgb(208,69,74); }

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

background-color css

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

 a { background-color: rgb(208,69,74); }

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

border-color css

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

 span { border-color: rgb(208,69,74); }

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