Html Css Color HEX #D2505A Mandy

📋 copy color: '#D2505A'

red 210 ◦ green 80 ◦ blue 90

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

Shades of Mandy #D2505A

Tints of Mandy #D2505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 55.26%
G = 21.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2505A (or 0xD2505A) is known color: Mandy. HEX triplet: D2, 50 and 5A. RGB value is (210,80,90). Sum of RGB (Red+Green+Blue) = 210+80+90=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D2505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2505A is #2DAFA5. Grayscale: #787878. Windows color (decimal): -2994086 or 5918930. OLE color: 5918930.

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

Color convert

RGB 210 80 90 -
CMYK 0 0.62 0.57 0.18
HSL 355.38º 0.59% 0.57% -
HSV(B) 355.38º 0.62% 0.82% -
XYZ 31.29 20.18 11.92 -
YUV 120.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 210 80 90 0 0.62 0.57 0.18 355.38 0.59 0.57
Hex D2 50 5A 0 3E 39 12 163 3B 39
Octal 322 120 132 0 76 71 22 543 73 71
Binary 11010010 1010000 1011010 0 111110 111001 10010 101100011 111011 111001

Color Harmonies of #D2505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2505A

Black with #D2505A

Text Example


Text Example

White with #D2505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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