Html Css Color HEX #DD7B75 Geraldine

📋 copy color: '#DD7B75'

red 221 ◦ green 123 ◦ blue 117

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

Shades of Geraldine #DD7B75

Tints of Geraldine #DD7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 47.94%
G = 26.68%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7B75 (or 0xDD7B75) is known color: Geraldine. HEX triplet: DD, 7B and 75. RGB value is (221,123,117). Sum of RGB (Red+Green+Blue) = 221+123+117=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B75 is #22848A. Grayscale: #979797. Windows color (decimal): -2262155 or 7699421. OLE color: 7699421.

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

Color convert

RGB 221 123 117 -
CMYK 0 0.44 0.47 0.13
HSL 3.46º 0.6% 0.66% -
HSV(B) 3.46º 0.47% 0.87% -
XYZ 40.11 30.82 20.66 -
YUV 151.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 221 123 117 0 0.44 0.47 0.13 3.46 0.6 0.66
Hex DD 7B 75 0 2C 2F D 3 3C 42
Octal 335 173 165 0 54 57 15 3 74 102
Binary 11011101 1111011 1110101 0 101100 101111 1101 11 111100 1000010

Color Harmonies of #DD7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B75

Black with #DD7B75

Text Example


Text Example

White with #DD7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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