Html Css Color HEX #D5666B Froly

📋 copy color: '#D5666B'

red 213 ◦ green 102 ◦ blue 107

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

Shades of Froly #D5666B

Tints of Froly #D5666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 50.47%
G = 24.17%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5666B (or 0xD5666B) is known color: Froly. HEX triplet: D5, 66 and 6B. RGB value is (213,102,107). Sum of RGB (Red+Green+Blue) = 213+102+107=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666B is #2A9994. Grayscale: #878787. Windows color (decimal): -2791829 or 7038677. OLE color: 7038677.

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

Color convert

RGB 213 102 107 -
CMYK 0 0.52 0.50 0.16
HSL 357.3º 0.57% 0.62% -
HSV(B) 357.3º 0.52% 0.84% -
XYZ 34.85 24.71 16.84 -
YUV 135.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 213 102 107 0 0.52 0.50 0.16 357.3 0.57 0.62
Hex D5 66 6B 0 34 32 10 165 39 3E
Octal 325 146 153 0 64 62 20 545 71 76
Binary 11010101 1100110 1101011 0 110100 110010 10000 101100101 111001 111110

Color Harmonies of #D5666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5666B

Black with #D5666B

Text Example


Text Example

White with #D5666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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