Html Css Color HEX #DF7472 Geraldine

📋 copy color: '#DF7472'

red 223 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #DF7472

Tints of Geraldine #DF7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 49.23%
G = 25.61%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7472 (or 0xDF7472) is known color: Geraldine. HEX triplet: DF, 74 and 72. RGB value is (223,116,114). Sum of RGB (Red+Green+Blue) = 223+116+114=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7472 is #208B8D. Grayscale: #939393. Windows color (decimal): -2132878 or 7501023. OLE color: 7501023.

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

Color convert

RGB 223 116 114 -
CMYK 0 0.48 0.49 0.13
HSL 1.1º 0.63% 0.66% -
HSV(B) 1.1º 0.49% 0.87% -
XYZ 39.71 29.39 19.5 -
YUV 147.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 223 116 114 0 0.48 0.49 0.13 1.1 0.63 0.66
Hex DF 74 72 0 30 31 D 1 3F 42
Octal 337 164 162 0 60 61 15 1 77 102
Binary 11011111 1110100 1110010 0 110000 110001 1101 1 111111 1000010

Color Harmonies of #DF7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7472

Black with #DF7472

Text Example


Text Example

White with #DF7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7472; }

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

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

background-color css

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

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

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

border-color css

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

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

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