Html Css Color HEX #D66F7D Froly

📋 copy color: '#D66F7D'

red 214 ◦ green 111 ◦ blue 125

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

Shades of Froly #D66F7D

Tints of Froly #D66F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 47.56%
G = 24.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D66F7D (or 0xD66F7D) is known color: Froly. HEX triplet: D6, 6F and 7D. RGB value is (214,111,125). Sum of RGB (Red+Green+Blue) = 214+111+125=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66F7D is #299082. Grayscale: #8F8F8F. Windows color (decimal): -2723971 or 8220630. OLE color: 8220630.

HSL color Cylindrical-coordinate representation of color #D66F7D: hue angle of 351.84º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F7D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 125 -
CMYK 0 0.48 0.42 0.16
HSL 351.84º 0.56% 0.64% -
HSV(B) 351.84º 0.48% 0.84% -
XYZ 37.12 27.15 22.69 -
YUV 143.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 214 111 125 0 0.48 0.42 0.16 351.84 0.56 0.64
Hex D6 6F 7D 0 30 2A 10 160 38 40
Octal 326 157 175 0 60 52 20 540 70 100
Binary 11010110 1101111 1111101 0 110000 101010 10000 101100000 111000 1000000

Color Harmonies of #D66F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F7D

Black with #D66F7D

Text Example


Text Example

White with #D66F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F7D; }

 p { color: rgb(214,111,125); }

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

background-color css

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

 a { background-color: rgb(214,111,125); }

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

border-color css

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

 span { border-color: rgb(214,111,125); }

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