Html Css Color HEX #DD6E6D Geraldine

📋 copy color: '#DD6E6D'

red 221 ◦ green 110 ◦ blue 109

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

Shades of Geraldine #DD6E6D

Tints of Geraldine #DD6E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 50.23%
G = 25%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD6E6D (or 0xDD6E6D) is known color: Geraldine. HEX triplet: DD, 6E and 6D. RGB value is (221,110,109). Sum of RGB (Red+Green+Blue) = 221+110+109=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E6D is #229192. Grayscale: #8F8F8F. Windows color (decimal): -2265491 or 7171805. OLE color: 7171805.

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

Color convert

RGB 221 110 109 -
CMYK 0 0.50 0.51 0.13
HSL 0.54º 0.62% 0.65% -
HSV(B) 0.54º 0.51% 0.87% -
XYZ 38.16 27.63 17.79 -
YUV 143.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 221 110 109 0 0.50 0.51 0.13 0.54 0.62 0.65
Hex DD 6E 6D 0 32 33 D 1 3E 41
Octal 335 156 155 0 62 63 15 1 76 101
Binary 11011101 1101110 1101101 0 110010 110011 1101 1 111110 1000001

Color Harmonies of #DD6E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E6D

Black with #DD6E6D

Text Example


Text Example

White with #DD6E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E6D; }

 p { color: rgb(221,110,109); }

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

background-color css

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

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

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

border-color css

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

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

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