Html Css Color HEX #DD7975 Geraldine

📋 copy color: '#DD7975'

red 221 ◦ green 121 ◦ blue 117

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

Shades of Geraldine #DD7975

Tints of Geraldine #DD7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 48.15%
G = 26.36%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7975 (or 0xDD7975) is known color: Geraldine. HEX triplet: DD, 79 and 75. RGB value is (221,121,117). Sum of RGB (Red+Green+Blue) = 221+121+117=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7975 is #22868A. Grayscale: #969696. Windows color (decimal): -2262667 or 7698909. OLE color: 7698909.

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

Color convert

RGB 221 121 117 -
CMYK 0 0.45 0.47 0.13
HSL 2.31º 0.6% 0.66% -
HSV(B) 2.31º 0.47% 0.87% -
XYZ 39.87 30.33 20.58 -
YUV 150.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 221 121 117 0 0.45 0.47 0.13 2.31 0.6 0.66
Hex DD 79 75 0 2D 2F D 2 3C 42
Octal 335 171 165 0 55 57 15 2 74 102
Binary 11011101 1111001 1110101 0 101101 101111 1101 10 111100 1000010

Color Harmonies of #DD7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7975

Black with #DD7975

Text Example


Text Example

White with #DD7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7975; }

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

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

background-color css

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

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

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

border-color css

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

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

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