Html Css Color HEX #D5664B Flamingo

📋 copy color: '#D5664B'

red 213 ◦ green 102 ◦ blue 75

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

Shades of Flamingo #D5664B

Tints of Flamingo #D5664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.23%

R = 54.62%
G = 26.15%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5664B (or 0xD5664B) is known color: Flamingo. HEX triplet: D5, 66 and 4B. RGB value is (213,102,75). Sum of RGB (Red+Green+Blue) = 213+102+75=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5664B is #2A99B4. Grayscale: #848484. Windows color (decimal): -2791861 or 4941525. OLE color: 4941525.

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

Color convert

RGB 213 102 75 -
CMYK 0 0.52 0.65 0.16
HSL 11.74º 0.62% 0.56% -
HSV(B) 11.74º 0.65% 0.84% -
XYZ 33.46 24.16 9.56 -
YUV 132.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 213 102 75 0 0.52 0.65 0.16 11.74 0.62 0.56
Hex D5 66 4B 0 34 41 10 C 3E 38
Octal 325 146 113 0 64 101 20 14 76 70
Binary 11010101 1100110 1001011 0 110100 1000001 10000 1100 111110 111000

Color Harmonies of #D5664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5664B

Black with #D5664B

Text Example


Text Example

White with #D5664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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