Html Css Color HEX #D5664E Flamingo

📋 copy color: '#D5664E'

red 213 ◦ green 102 ◦ blue 78

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

Shades of Flamingo #D5664E

Tints of Flamingo #D5664E

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 54.2%
G = 25.95%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5664E (or 0xD5664E) is known color: Flamingo. HEX triplet: D5, 66 and 4E. RGB value is (213,102,78). Sum of RGB (Red+Green+Blue) = 213+102+78=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5664E is #2A99B1. Grayscale: #848484. Windows color (decimal): -2791858 or 5138133. OLE color: 5138133.

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

Color convert

RGB 213 102 78 -
CMYK 0 0.52 0.63 0.16
HSL 10.67º 0.62% 0.57% -
HSV(B) 10.67º 0.63% 0.84% -
XYZ 33.57 24.2 10.11 -
YUV 132.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 213 102 78 0 0.52 0.63 0.16 10.67 0.62 0.57
Hex D5 66 4E 0 34 3F 10 B 3E 39
Octal 325 146 116 0 64 77 20 13 76 71
Binary 11010101 1100110 1001110 0 110100 111111 10000 1011 111110 111001

Color Harmonies of #D5664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5664E

Black with #D5664E

Text Example


Text Example

White with #D5664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5664E; }

 p { color: rgb(213,102,78); }

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

background-color css

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

 a { background-color: rgb(213,102,78); }

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

border-color css

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

 span { border-color: rgb(213,102,78); }

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