Html Css Color HEX #D4767B Froly

📋 copy color: '#D4767B'

red 212 ◦ green 118 ◦ blue 123

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

Shades of Froly #D4767B

Tints of Froly #D4767B

RGB

 RED value IS 212 (83.2% from 255) = 46.8%

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 46.8%
G = 26.05%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4767B (or 0xD4767B) is known color: Froly. HEX triplet: D4, 76 and 7B. RGB value is (212,118,123). Sum of RGB (Red+Green+Blue) = 212+118+123=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4767B is #2B8984. Grayscale: #929292. Windows color (decimal): -2853253 or 8091348. OLE color: 8091348.

HSL color Cylindrical-coordinate representation of color #D4767B: hue angle of 356.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4767B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 118 123 -
CMYK 0 0.44 0.42 0.17
HSL 356.81º 0.52% 0.65% -
HSV(B) 356.81º 0.44% 0.83% -
XYZ 37.2 28.38 22.26 -
YUV 146.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 212 118 123 0 0.44 0.42 0.17 356.81 0.52 0.65
Hex D4 76 7B 0 2C 2A 11 165 34 41
Octal 324 166 173 0 54 52 21 545 64 101
Binary 11010100 1110110 1111011 0 101100 101010 10001 101100101 110100 1000001

Color Harmonies of #D4767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4767B

Black with #D4767B

Text Example


Text Example

White with #D4767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4767B; }

 p { color: rgb(212,118,123); }

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

background-color css

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

 a { background-color: rgb(212,118,123); }

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

border-color css

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

 span { border-color: rgb(212,118,123); }

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