Html Css Color HEX #D8667B Froly

📋 copy color: '#D8667B'

red 216 ◦ green 102 ◦ blue 123

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

Shades of Froly #D8667B

Tints of Froly #D8667B

RGB

 RED value IS 216 (84.77% from 255) = 48.98%

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 48.98%
G = 23.13%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8667B (or 0xD8667B) is known color: Froly. HEX triplet: D8, 66 and 7B. RGB value is (216,102,123). Sum of RGB (Red+Green+Blue) = 216+102+123=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8667B is #279984. Grayscale: #8A8A8A. Windows color (decimal): -2595205 or 8087256. OLE color: 8087256.

HSL color Cylindrical-coordinate representation of color #D8667B: hue angle of 348.95º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8667B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 123 -
CMYK 0 0.53 0.43 0.15
HSL 348.95º 0.59% 0.62% -
HSV(B) 348.95º 0.53% 0.85% -
XYZ 36.65 25.53 21.74 -
YUV 138.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 216 102 123 0 0.53 0.43 0.15 348.95 0.59 0.62
Hex D8 66 7B 0 35 2B F 15D 3B 3E
Octal 330 146 173 0 65 53 17 535 73 76
Binary 11011000 1100110 1111011 0 110101 101011 1111 101011101 111011 111110

Color Harmonies of #D8667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8667B

Black with #D8667B

Text Example


Text Example

White with #D8667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8667B; }

 p { color: rgb(216,102,123); }

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

background-color css

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

 a { background-color: rgb(216,102,123); }

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

border-color css

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

 span { border-color: rgb(216,102,123); }

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