Html Css Color HEX #D6636D Froly

📋 copy color: '#D6636D'

red 214 ◦ green 99 ◦ blue 109

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

Shades of Froly #D6636D

Tints of Froly #D6636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.46%

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

R = 50.71%
G = 23.46%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6636D (or 0xD6636D) is known color: Froly. HEX triplet: D6, 63 and 6D. RGB value is (214,99,109). Sum of RGB (Red+Green+Blue) = 214+99+109=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6636D is #299C92. Grayscale: #868686. Windows color (decimal): -2727059 or 7168982. OLE color: 7168982.

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

Color convert

RGB 214 99 109 -
CMYK 0 0.54 0.49 0.16
HSL 354.78º 0.58% 0.61% -
HSV(B) 354.78º 0.54% 0.84% -
XYZ 34.95 24.32 17.32 -
YUV 134.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 214 99 109 0 0.54 0.49 0.16 354.78 0.58 0.61
Hex D6 63 6D 0 36 31 10 163 3A 3D
Octal 326 143 155 0 66 61 20 543 72 75
Binary 11010110 1100011 1101101 0 110110 110001 10000 101100011 111010 111101

Color Harmonies of #D6636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6636D

Black with #D6636D

Text Example


Text Example

White with #D6636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6636D; }

 p { color: rgb(214,99,109); }

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

background-color css

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

 a { background-color: rgb(214,99,109); }

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

border-color css

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

 span { border-color: rgb(214,99,109); }

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