Html Css Color HEX #DE7575 Geraldine

📋 copy color: '#DE7575'

red 222 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #DE7575

Tints of Geraldine #DE7575

RGB

 RED value IS 222 (87.11% from 255) = 48.68%

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

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

R = 48.68%
G = 25.66%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE7575 (or 0xDE7575) is known color: Geraldine. HEX triplet: DE, 75 and 75. RGB value is (222,117,117). Sum of RGB (Red+Green+Blue) = 222+117+117=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7575 is #218A8A. Grayscale: #949494. Windows color (decimal): -2198155 or 7697886. OLE color: 7697886.

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

Color convert

RGB 222 117 117 -
CMYK 0 0.47 0.47 0.13
HSL 0.61% 0.66% -
HSV(B) 0.47% 0.87% -
XYZ 39.7 29.54 20.44 -
YUV 148.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 222 117 117 0 0.47 0.47 0.13 0 0.61 0.66
Hex DE 75 75 0 2F 2F D 0 3D 42
Octal 336 165 165 0 57 57 15 0 75 102
Binary 11011110 1110101 1110101 0 101111 101111 1101 0 111101 1000010

Color Harmonies of #DE7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7575

Black with #DE7575

Text Example


Text Example

White with #DE7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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