Html Css Color HEX #D76352 Flamingo

📋 copy color: '#D76352'

red 215 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #D76352

Tints of Flamingo #D76352

RGB

 RED value IS 215 (84.38% from 255) = 54.29%

 GREEN value IS 99 (39.06% from 255) = 25%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 54.29%
G = 25%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76352 (or 0xD76352) is known color: Flamingo. HEX triplet: D7, 63 and 52. RGB value is (215,99,82). Sum of RGB (Red+Green+Blue) = 215+99+82=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D76352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76352 is #289CAD. Grayscale: #838383. Windows color (decimal): -2661550 or 5399511. OLE color: 5399511.

HSL color Cylindrical-coordinate representation of color #D76352: hue angle of 7.67º 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 #D76352 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 82 -
CMYK 0 0.54 0.62 0.16
HSL 7.67º 0.62% 0.58% -
HSV(B) 7.67º 0.62% 0.84% -
XYZ 34.01 23.98 10.82 -
YUV 131.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 215 99 82 0 0.54 0.62 0.16 7.67 0.62 0.58
Hex D7 63 52 0 36 3E 10 8 3E 3A
Octal 327 143 122 0 66 76 20 10 76 72
Binary 11010111 1100011 1010010 0 110110 111110 10000 1000 111110 111010

Color Harmonies of #D76352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76352

Black with #D76352

Text Example


Text Example

White with #D76352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76352; }

 p { color: rgb(215,99,82); }

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

background-color css

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

 a { background-color: rgb(215,99,82); }

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

border-color css

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

 span { border-color: rgb(215,99,82); }

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