Html Css Color HEX #D5624D Flamingo

📋 copy color: '#D5624D'

red 213 ◦ green 98 ◦ blue 77

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

Shades of Flamingo #D5624D

Tints of Flamingo #D5624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 54.9%
G = 25.26%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5624D (or 0xD5624D) is known color: Flamingo. HEX triplet: D5, 62 and 4D. RGB value is (213,98,77). Sum of RGB (Red+Green+Blue) = 213+98+77=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5624D is #2A9DB2. Grayscale: #828282. Windows color (decimal): -2792883 or 5071573. OLE color: 5071573.

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

Color convert

RGB 213 98 77 -
CMYK 0 0.54 0.64 0.16
HSL 9.26º 0.62% 0.57% -
HSV(B) 9.26º 0.64% 0.84% -
XYZ 33.15 23.42 9.79 -
YUV 129.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 213 98 77 0 0.54 0.64 0.16 9.26 0.62 0.57
Hex D5 62 4D 0 36 40 10 9 3E 39
Octal 325 142 115 0 66 100 20 11 76 71
Binary 11010101 1100010 1001101 0 110110 1000000 10000 1001 111110 111001

Color Harmonies of #D5624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5624D

Black with #D5624D

Text Example


Text Example

White with #D5624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5624D; }

 p { color: rgb(213,98,77); }

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

background-color css

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

 a { background-color: rgb(213,98,77); }

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

border-color css

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

 span { border-color: rgb(213,98,77); }

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