Html Css Color HEX #D65260 Mandy

📋 copy color: '#D65260'

red 214 ◦ green 82 ◦ blue 96

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

Shades of Mandy #D65260

Tints of Mandy #D65260

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 82 (32.42% from 255) = 20.92%

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 54.59%
G = 20.92%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D65260 (or 0xD65260) is known color: Mandy. HEX triplet: D6, 52 and 60. RGB value is (214,82,96). Sum of RGB (Red+Green+Blue) = 214+82+96=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D65260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65260 is #29AD9F. Grayscale: #7B7B7B. Windows color (decimal): -2731424 or 6312662. OLE color: 6312662.

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

Color convert

RGB 214 82 96 -
CMYK 0 0.62 0.55 0.16
HSL 353.64º 0.62% 0.58% -
HSV(B) 353.64º 0.62% 0.84% -
XYZ 32.86 21.18 13.42 -
YUV 123.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 214 82 96 0 0.62 0.55 0.16 353.64 0.62 0.58
Hex D6 52 60 0 3E 37 10 162 3E 3A
Octal 326 122 140 0 76 67 20 542 76 72
Binary 11010110 1010010 1100000 0 111110 110111 10000 101100010 111110 111010

Color Harmonies of #D65260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65260

Black with #D65260

Text Example


Text Example

White with #D65260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65260; }

 p { color: rgb(214,82,96); }

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

background-color css

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

 a { background-color: rgb(214,82,96); }

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

border-color css

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

 span { border-color: rgb(214,82,96); }

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