Html Css Color HEX #D5666C Froly

📋 copy color: '#D5666C'

red 213 ◦ green 102 ◦ blue 108

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

Shades of Froly #D5666C

Tints of Froly #D5666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 50.35%
G = 24.11%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5666C (or 0xD5666C) is known color: Froly. HEX triplet: D5, 66 and 6C. RGB value is (213,102,108). Sum of RGB (Red+Green+Blue) = 213+102+108=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666C is #2A9993. Grayscale: #878787. Windows color (decimal): -2791828 or 7104213. OLE color: 7104213.

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

Color convert

RGB 213 102 108 -
CMYK 0 0.52 0.49 0.16
HSL 356.76º 0.57% 0.62% -
HSV(B) 356.76º 0.52% 0.84% -
XYZ 34.9 24.73 17.12 -
YUV 135.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 213 102 108 0 0.52 0.49 0.16 356.76 0.57 0.62
Hex D5 66 6C 0 34 31 10 165 39 3E
Octal 325 146 154 0 64 61 20 545 71 76
Binary 11010101 1100110 1101100 0 110100 110001 10000 101100101 111001 111110

Color Harmonies of #D5666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5666C

Black with #D5666C

Text Example


Text Example

White with #D5666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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