Html Css Color HEX #D5667A Froly

📋 copy color: '#D5667A'

red 213 ◦ green 102 ◦ blue 122

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

Shades of Froly #D5667A

Tints of Froly #D5667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 48.74%
G = 23.34%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5667A (or 0xD5667A) is known color: Froly. HEX triplet: D5, 66 and 7A. RGB value is (213,102,122). Sum of RGB (Red+Green+Blue) = 213+102+122=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5667A is #2A9985. Grayscale: #898989. Windows color (decimal): -2791814 or 8021717. OLE color: 8021717.

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

Color convert

RGB 213 102 122 -
CMYK 0 0.52 0.43 0.16
HSL 349.19º 0.57% 0.62% -
HSV(B) 349.19º 0.52% 0.84% -
XYZ 35.7 25.05 21.37 -
YUV 137.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 213 102 122 0 0.52 0.43 0.16 349.19 0.57 0.62
Hex D5 66 7A 0 34 2B 10 15D 39 3E
Octal 325 146 172 0 64 53 20 535 71 76
Binary 11010101 1100110 1111010 0 110100 101011 10000 101011101 111001 111110

Color Harmonies of #D5667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5667A

Black with #D5667A

Text Example


Text Example

White with #D5667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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