Html Css Color HEX #D0444B Mandy

📋 copy color: '#D0444B'

red 208 ◦ green 68 ◦ blue 75

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

Shades of Mandy #D0444B

Tints of Mandy #D0444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 59.26%
G = 19.37%
B = 21.37%

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

#D0444B (or 0xD0444B) is known color: Mandy. HEX triplet: D0, 44 and 4B. RGB value is (208,68,75). Sum of RGB (Red+Green+Blue) = 208+68+75=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0444B is #2FBBB4. Grayscale: #6E6E6E. Windows color (decimal): -3128245 or 4932816. OLE color: 4932816.

HSL color Cylindrical-coordinate representation of color #D0444B: hue angle of 357º 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 #D0444B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 75 -
CMYK 0 0.67 0.64 0.18
HSL 357º 0.6% 0.54% -
HSV(B) 357º 0.67% 0.82% -
XYZ 29.35 18.05 8.59 -
YUV 110.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 208 68 75 0 0.67 0.64 0.18 357 0.6 0.54
Hex D0 44 4B 0 43 40 12 165 3C 36
Octal 320 104 113 0 103 100 22 545 74 66
Binary 11010000 1000100 1001011 0 1000011 1000000 10010 101100101 111100 110110

Color Harmonies of #D0444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0444B

Black with #D0444B

Text Example


Text Example

White with #D0444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0444B; }

 p { color: rgb(208,68,75); }

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

background-color css

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

 a { background-color: rgb(208,68,75); }

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

border-color css

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

 span { border-color: rgb(208,68,75); }

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