Html Css Color HEX #D5666D Froly

📋 copy color: '#D5666D'

red 213 ◦ green 102 ◦ blue 109

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

Shades of Froly #D5666D

Tints of Froly #D5666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 50.24%
G = 24.06%
B = 25.71%

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

#D5666D (or 0xD5666D) is known color: Froly. HEX triplet: D5, 66 and 6D. RGB value is (213,102,109). Sum of RGB (Red+Green+Blue) = 213+102+109=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666D is #2A9992. Grayscale: #888888. Windows color (decimal): -2791827 or 7169749. OLE color: 7169749.

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

Color convert

RGB 213 102 109 -
CMYK 0 0.52 0.49 0.16
HSL 356.22º 0.57% 0.62% -
HSV(B) 356.22º 0.52% 0.84% -
XYZ 34.95 24.75 17.4 -
YUV 135.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 213 102 109 0 0.52 0.49 0.16 356.22 0.57 0.62
Hex D5 66 6D 0 34 31 10 164 39 3E
Octal 325 146 155 0 64 61 20 544 71 76
Binary 11010101 1100110 1101101 0 110100 110001 10000 101100100 111001 111110

Color Harmonies of #D5666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5666D

Black with #D5666D

Text Example


Text Example

White with #D5666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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