Html Css Color HEX #D6656B Froly

📋 copy color: '#D6656B'

red 214 ◦ green 101 ◦ blue 107

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

Shades of Froly #D6656B

Tints of Froly #D6656B

RGB

 RED value IS 214 (83.98% from 255) = 50.71%

 GREEN value IS 101 (39.84% from 255) = 23.93%

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

R = 50.71%
G = 23.93%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6656B (or 0xD6656B) is known color: Froly. HEX triplet: D6, 65 and 6B. RGB value is (214,101,107). Sum of RGB (Red+Green+Blue) = 214+101+107=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6656B is #299A94. Grayscale: #878787. Windows color (decimal): -2726549 or 7038422. OLE color: 7038422.

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

Color convert

RGB 214 101 107 -
CMYK 0 0.53 0.50 0.16
HSL 356.81º 0.58% 0.62% -
HSV(B) 356.81º 0.53% 0.84% -
XYZ 35.04 24.67 16.82 -
YUV 135.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 214 101 107 0 0.53 0.50 0.16 356.81 0.58 0.62
Hex D6 65 6B 0 35 32 10 165 3A 3E
Octal 326 145 153 0 65 62 20 545 72 76
Binary 11010110 1100101 1101011 0 110101 110010 10000 101100101 111010 111110

Color Harmonies of #D6656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6656B

Black with #D6656B

Text Example


Text Example

White with #D6656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6656B; }

 p { color: rgb(214,101,107); }

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

background-color css

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

 a { background-color: rgb(214,101,107); }

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

border-color css

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

 span { border-color: rgb(214,101,107); }

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