Html Css Color HEX #DD7575 Geraldine

📋 copy color: '#DD7575'

red 221 ◦ green 117 ◦ blue 117

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

Shades of Geraldine #DD7575

Tints of Geraldine #DD7575

RGB

 RED value IS 221 (86.72% from 255) = 48.57%

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

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

R = 48.57%
G = 25.71%
B = 25.71%

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

#DD7575 (or 0xDD7575) is known color: Geraldine. HEX triplet: DD, 75 and 75. RGB value is (221,117,117). Sum of RGB (Red+Green+Blue) = 221+117+117=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7575 is #228A8A. Grayscale: #949494. Windows color (decimal): -2263691 or 7697885. OLE color: 7697885.

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

Color convert

RGB 221 117 117 -
CMYK 0 0.47 0.47 0.13
HSL 0.6% 0.66% -
HSV(B) 0.47% 0.87% -
XYZ 39.39 29.38 20.42 -
YUV 148.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 221 117 117 0 0.47 0.47 0.13 0 0.6 0.66
Hex DD 75 75 0 2F 2F D 0 3C 42
Octal 335 165 165 0 57 57 15 0 74 102
Binary 11011101 1110101 1110101 0 101111 101111 1101 0 111100 1000010

Color Harmonies of #DD7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7575

Black with #DD7575

Text Example


Text Example

White with #DD7575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7575; }

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

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

background-color css

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

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

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

border-color css

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

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

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