Html Css Color HEX #DF7874 Geraldine

📋 copy color: '#DF7874'

red 223 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #DF7874

Tints of Geraldine #DF7874

RGB

 RED value IS 223 (87.5% from 255) = 48.58%

 GREEN value IS 120 (47.27% from 255) = 26.14%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 48.58%
G = 26.14%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7874 (or 0xDF7874) is known color: Geraldine. HEX triplet: DF, 78 and 74. RGB value is (223,120,116). Sum of RGB (Red+Green+Blue) = 223+120+116=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7874 is #20878B. Grayscale: #969696. Windows color (decimal): -2131852 or 7633119. OLE color: 7633119.

HSL color Cylindrical-coordinate representation of color #DF7874: hue angle of 2.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7874 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 120 116 -
CMYK 0 0.46 0.48 0.13
HSL 2.24º 0.63% 0.66% -
HSV(B) 2.24º 0.48% 0.87% -
XYZ 40.3 30.38 20.26 -
YUV 150.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 223 120 116 0 0.46 0.48 0.13 2.24 0.63 0.66
Hex DF 78 74 0 2E 30 D 2 3F 42
Octal 337 170 164 0 56 60 15 2 77 102
Binary 11011111 1111000 1110100 0 101110 110000 1101 10 111111 1000010

Color Harmonies of #DF7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7874

Black with #DF7874

Text Example


Text Example

White with #DF7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7874; }

 p { color: rgb(223,120,116); }

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

background-color css

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

 a { background-color: rgb(223,120,116); }

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

border-color css

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

 span { border-color: rgb(223,120,116); }

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