Html Css Color HEX #DA7575 Geraldine

📋 copy color: '#DA7575'

red 218 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #DA7575

Tints of Geraldine #DA7575

RGB

 RED value IS 218 (85.55% from 255) = 48.23%

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

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

R = 48.23%
G = 25.88%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7575 (or 0xDA7575) is known color: Geraldine. HEX triplet: DA, 75 and 75. RGB value is (218,117,117). Sum of RGB (Red+Green+Blue) = 218+117+117=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7575 is #258A8A. Grayscale: #939393. Windows color (decimal): -2460299 or 7697882. OLE color: 7697882.

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

Color convert

RGB 218 117 117 -
CMYK 0 0.46 0.46 0.15
HSL 0.58% 0.66% -
HSV(B) 0.46% 0.85% -
XYZ 38.49 28.91 20.38 -
YUV 147.2 110.96 178.5 -
System Red Green Blue C M Y K H S L
Decimal 218 117 117 0 0.46 0.46 0.15 0 0.58 0.66
Hex DA 75 75 0 2E 2E F 0 3A 42
Octal 332 165 165 0 56 56 17 0 72 102
Binary 11011010 1110101 1110101 0 101110 101110 1111 0 111010 1000010

Color Harmonies of #DA7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7575

Black with #DA7575

Text Example


Text Example

White with #DA7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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