Html Css Color HEX #D2465A Mandy

📋 copy color: '#D2465A'

red 210 ◦ green 70 ◦ blue 90

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

Shades of Mandy #D2465A

Tints of Mandy #D2465A

RGB

 RED value IS 210 (82.42% from 255) = 56.76%

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

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

R = 56.76%
G = 18.92%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2465A (or 0xD2465A) is known color: Mandy. HEX triplet: D2, 46 and 5A. RGB value is (210,70,90). Sum of RGB (Red+Green+Blue) = 210+70+90=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2465A is #2DB9A5. Grayscale: #727272. Windows color (decimal): -2996646 or 5916370. OLE color: 5916370.

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

Color convert

RGB 210 70 90 -
CMYK 0 0.67 0.57 0.18
HSL 351.43º 0.61% 0.55% -
HSV(B) 351.43º 0.67% 0.82% -
XYZ 30.61 18.82 11.69 -
YUV 114.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 210 70 90 0 0.67 0.57 0.18 351.43 0.61 0.55
Hex D2 46 5A 0 43 39 12 15F 3D 37
Octal 322 106 132 0 103 71 22 537 75 67
Binary 11010010 1000110 1011010 0 1000011 111001 10010 101011111 111101 110111

Color Harmonies of #D2465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2465A

Black with #D2465A

Text Example


Text Example

White with #D2465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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