Html Css Color HEX #D67A7D Froly

📋 copy color: '#D67A7D'

red 214 ◦ green 122 ◦ blue 125

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

Shades of Froly #D67A7D

Tints of Froly #D67A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

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

R = 46.42%
G = 26.46%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D67A7D (or 0xD67A7D) is known color: Froly. HEX triplet: D6, 7A and 7D. RGB value is (214,122,125). Sum of RGB (Red+Green+Blue) = 214+122+125=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A7D is #298582. Grayscale: #959595. Windows color (decimal): -2721155 or 8223446. OLE color: 8223446.

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

Color convert

RGB 214 122 125 -
CMYK 0 0.43 0.42 0.16
HSL 358.04º 0.53% 0.66% -
HSV(B) 358.04º 0.43% 0.84% -
XYZ 38.39 29.7 23.11 -
YUV 149.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 214 122 125 0 0.43 0.42 0.16 358.04 0.53 0.66
Hex D6 7A 7D 0 2B 2A 10 166 35 42
Octal 326 172 175 0 53 52 20 546 65 102
Binary 11010110 1111010 1111101 0 101011 101010 10000 101100110 110101 1000010

Color Harmonies of #D67A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A7D

Black with #D67A7D

Text Example


Text Example

White with #D67A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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