Html Css Color HEX #DD7271 Geraldine

📋 copy color: '#DD7271'

red 221 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #DD7271

Tints of Geraldine #DD7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 49.33%
G = 25.45%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD7271 (or 0xDD7271) is known color: Geraldine. HEX triplet: DD, 72 and 71. RGB value is (221,114,113). Sum of RGB (Red+Green+Blue) = 221+114+113=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7271 is #228D8E. Grayscale: #919191. Windows color (decimal): -2264463 or 7434973. OLE color: 7434973.

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

Color convert

RGB 221 114 113 -
CMYK 0 0.48 0.49 0.13
HSL 0.56º 0.61% 0.65% -
HSV(B) 0.56º 0.49% 0.87% -
XYZ 38.82 28.6 19.1 -
YUV 145.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 221 114 113 0 0.48 0.49 0.13 0.56 0.61 0.65
Hex DD 72 71 0 30 31 D 1 3D 41
Octal 335 162 161 0 60 61 15 1 75 101
Binary 11011101 1110010 1110001 0 110000 110001 1101 1 111101 1000001

Color Harmonies of #DD7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7271

Black with #DD7271

Text Example


Text Example

White with #DD7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7271; }

 p { color: rgb(221,114,113); }

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

background-color css

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

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

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

border-color css

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

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

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