Html Css Color HEX #DE656B Froly

📋 copy color: '#DE656B'

red 222 ◦ green 101 ◦ blue 107

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

Shades of Froly #DE656B

Tints of Froly #DE656B

RGB

 RED value IS 222 (87.11% from 255) = 51.63%

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

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

R = 51.63%
G = 23.49%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE656B (or 0xDE656B) is known color: Froly. HEX triplet: DE, 65 and 6B. RGB value is (222,101,107). Sum of RGB (Red+Green+Blue) = 222+101+107=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE656B is #219A94. Grayscale: #898989. Windows color (decimal): -2202261 or 7038430. OLE color: 7038430.

HSL color Cylindrical-coordinate representation of color #DE656B: hue angle of 357.02º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE656B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 101 107 -
CMYK 0 0.55 0.52 0.13
HSL 357.02º 0.65% 0.63% -
HSV(B) 357.02º 0.55% 0.87% -
XYZ 37.43 25.9 16.94 -
YUV 137.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 222 101 107 0 0.55 0.52 0.13 357.02 0.65 0.63
Hex DE 65 6B 0 37 34 D 165 41 3F
Octal 336 145 153 0 67 64 15 545 101 77
Binary 11011110 1100101 1101011 0 110111 110100 1101 101100101 1000001 111111

Color Harmonies of #DE656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE656B

Black with #DE656B

Text Example


Text Example

White with #DE656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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