Html Css Color HEX #D0414B Mandy

📋 copy color: '#D0414B'

red 208 ◦ green 65 ◦ blue 75

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

Shades of Mandy #D0414B

Tints of Mandy #D0414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 59.77%
G = 18.68%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0414B (or 0xD0414B) is known color: Mandy. HEX triplet: D0, 41 and 4B. RGB value is (208,65,75). Sum of RGB (Red+Green+Blue) = 208+65+75=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0414B is #2FBEB4. Grayscale: #6D6D6D. Windows color (decimal): -3129013 or 4932048. OLE color: 4932048.

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

Color convert

RGB 208 65 75 -
CMYK 0 0.69 0.64 0.18
HSL 355.8º 0.6% 0.54% -
HSV(B) 355.8º 0.69% 0.82% -
XYZ 29.17 17.7 8.54 -
YUV 108.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 208 65 75 0 0.69 0.64 0.18 355.8 0.6 0.54
Hex D0 41 4B 0 45 40 12 164 3C 36
Octal 320 101 113 0 105 100 22 544 74 66
Binary 11010000 1000001 1001011 0 1000101 1000000 10010 101100100 111100 110110

Color Harmonies of #D0414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0414B

Black with #D0414B

Text Example


Text Example

White with #D0414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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