Html Css Color HEX #DD7474 Geraldine

📋 copy color: '#DD7474'

red 221 ◦ green 116 ◦ blue 116

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

Shades of Geraldine #DD7474

Tints of Geraldine #DD7474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 48.79%
G = 25.61%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7474 (or 0xDD7474) is known color: Geraldine. HEX triplet: DD, 74 and 74. RGB value is (221,116,116). Sum of RGB (Red+Green+Blue) = 221+116+116=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7474 is #228B8B. Grayscale: #939393. Windows color (decimal): -2263948 or 7632093. OLE color: 7632093.

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

Color convert

RGB 221 116 116 -
CMYK 0 0.48 0.48 0.13
HSL 0.61% 0.66% -
HSV(B) 0.48% 0.87% -
XYZ 39.22 29.12 20.08 -
YUV 147.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 221 116 116 0 0.48 0.48 0.13 0 0.61 0.66
Hex DD 74 74 0 30 30 D 0 3D 42
Octal 335 164 164 0 60 60 15 0 75 102
Binary 11011101 1110100 1110100 0 110000 110000 1101 0 111101 1000010

Color Harmonies of #DD7474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7474

Black with #DD7474

Text Example


Text Example

White with #DD7474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7474; }

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

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

background-color css

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

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

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

border-color css

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

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

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