Html Css Color HEX #D0465A Mandy

📋 copy color: '#D0465A'

red 208 ◦ green 70 ◦ blue 90

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

Shades of Mandy #D0465A

Tints of Mandy #D0465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 56.52%
G = 19.02%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0465A (or 0xD0465A) is known color: Mandy. HEX triplet: D0, 46 and 5A. RGB value is (208,70,90). Sum of RGB (Red+Green+Blue) = 208+70+90=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0465A is #2FB9A5. Grayscale: #717171. Windows color (decimal): -3127718 or 5916368. OLE color: 5916368.

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

Color convert

RGB 208 70 90 -
CMYK 0 0.66 0.57 0.18
HSL 351.3º 0.59% 0.55% -
HSV(B) 351.3º 0.66% 0.82% -
XYZ 30.05 18.53 11.67 -
YUV 113.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 208 70 90 0 0.66 0.57 0.18 351.3 0.59 0.55
Hex D0 46 5A 0 42 39 12 15F 3B 37
Octal 320 106 132 0 102 71 22 537 73 67
Binary 11010000 1000110 1011010 0 1000010 111001 10010 101011111 111011 110111

Color Harmonies of #D0465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0465A

Black with #D0465A

Text Example


Text Example

White with #D0465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0465A; }

 p { color: rgb(208,70,90); }

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

background-color css

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

 a { background-color: rgb(208,70,90); }

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

border-color css

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

 span { border-color: rgb(208,70,90); }

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