Html Css Color HEX #D6636A Froly

📋 copy color: '#D6636A'

red 214 ◦ green 99 ◦ blue 106

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

Shades of Froly #D6636A

Tints of Froly #D6636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 51.07%
G = 23.63%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6636A (or 0xD6636A) is known color: Froly. HEX triplet: D6, 63 and 6A. RGB value is (214,99,106). Sum of RGB (Red+Green+Blue) = 214+99+106=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6636A is #299C95. Grayscale: #868686. Windows color (decimal): -2727062 or 6972374. OLE color: 6972374.

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

Color convert

RGB 214 99 106 -
CMYK 0 0.54 0.50 0.16
HSL 356.35º 0.58% 0.61% -
HSV(B) 356.35º 0.54% 0.84% -
XYZ 34.79 24.26 16.48 -
YUV 134.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 214 99 106 0 0.54 0.50 0.16 356.35 0.58 0.61
Hex D6 63 6A 0 36 32 10 164 3A 3D
Octal 326 143 152 0 66 62 20 544 72 75
Binary 11010110 1100011 1101010 0 110110 110010 10000 101100100 111010 111101

Color Harmonies of #D6636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6636A

Black with #D6636A

Text Example


Text Example

White with #D6636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6636A; }

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

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

background-color css

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

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

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

border-color css

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

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

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