Html Css Color HEX #D0505C Mandy

📋 copy color: '#D0505C'

red 208 ◦ green 80 ◦ blue 92

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

Shades of Mandy #D0505C

Tints of Mandy #D0505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 54.74%
G = 21.05%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0505C (or 0xD0505C) is known color: Mandy. HEX triplet: D0, 50 and 5C. RGB value is (208,80,92). Sum of RGB (Red+Green+Blue) = 208+80+92=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0505C is #2FAFA3. Grayscale: #777777. Windows color (decimal): -3125156 or 6050000. OLE color: 6050000.

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

Color convert

RGB 208 80 92 -
CMYK 0 0.62 0.56 0.18
HSL 354.38º 0.58% 0.56% -
HSV(B) 354.38º 0.62% 0.82% -
XYZ 30.81 19.92 12.35 -
YUV 119.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 208 80 92 0 0.62 0.56 0.18 354.38 0.58 0.56
Hex D0 50 5C 0 3E 38 12 162 3A 38
Octal 320 120 134 0 76 70 22 542 72 70
Binary 11010000 1010000 1011100 0 111110 111000 10010 101100010 111010 111000

Color Harmonies of #D0505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0505C

Black with #D0505C

Text Example


Text Example

White with #D0505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0505C; }

 p { color: rgb(208,80,92); }

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

background-color css

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

 a { background-color: rgb(208,80,92); }

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

border-color css

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

 span { border-color: rgb(208,80,92); }

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