Html Css Color HEX #DF7775 Geraldine

📋 copy color: '#DF7775'

red 223 ◦ green 119 ◦ blue 117

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

Shades of Geraldine #DF7775

Tints of Geraldine #DF7775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.93%

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 48.58%
G = 25.93%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7775 (or 0xDF7775) is known color: Geraldine. HEX triplet: DF, 77 and 75. RGB value is (223,119,117). Sum of RGB (Red+Green+Blue) = 223+119+117=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7775 is #20888A. Grayscale: #959595. Windows color (decimal): -2132107 or 7698399. OLE color: 7698399.

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

Color convert

RGB 223 119 117 -
CMYK 0 0.47 0.48 0.13
HSL 1.13º 0.62% 0.67% -
HSV(B) 1.13º 0.48% 0.87% -
XYZ 40.24 30.17 20.53 -
YUV 149.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 223 119 117 0 0.47 0.48 0.13 1.13 0.62 0.67
Hex DF 77 75 0 2F 30 D 1 3E 43
Octal 337 167 165 0 57 60 15 1 76 103
Binary 11011111 1110111 1110101 0 101111 110000 1101 1 111110 1000011

Color Harmonies of #DF7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7775

Black with #DF7775

Text Example


Text Example

White with #DF7775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7775; }

 p { color: rgb(223,119,117); }

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

background-color css

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

 a { background-color: rgb(223,119,117); }

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

border-color css

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

 span { border-color: rgb(223,119,117); }

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