Html Css Color HEX #DF7575 Geraldine

📋 copy color: '#DF7575'

red 223 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #DF7575

Tints of Geraldine #DF7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 48.8%
G = 25.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7575 (or 0xDF7575) is known color: Geraldine. HEX triplet: DF, 75 and 75. RGB value is (223,117,117). Sum of RGB (Red+Green+Blue) = 223+117+117=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7575 is #208A8A. Grayscale: #949494. Windows color (decimal): -2132619 or 7697887. OLE color: 7697887.

HSL color Cylindrical-coordinate representation of color #DF7575: hue angle of 0º 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 #DF7575 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 117 -
CMYK 0 0.48 0.48 0.13
HSL 0.62% 0.67% -
HSV(B) 0.48% 0.87% -
XYZ 40 29.69 20.45 -
YUV 148.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 223 117 117 0 0.48 0.48 0.13 0 0.62 0.67
Hex DF 75 75 0 30 30 D 0 3E 43
Octal 337 165 165 0 60 60 15 0 76 103
Binary 11011111 1110101 1110101 0 110000 110000 1101 0 111110 1000011

Color Harmonies of #DF7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7575

Black with #DF7575

Text Example


Text Example

White with #DF7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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