Html Css Color HEX #DD7B7A Sea Pink

📋 copy color: '#DD7B7A'

red 221 ◦ green 123 ◦ blue 122

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

Shades of Sea Pink #DD7B7A

Tints of Sea Pink #DD7B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 47.42%
G = 26.39%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD7B7A (or 0xDD7B7A) is known color: Sea Pink. HEX triplet: DD, 7B and 7A. RGB value is (221,123,122). Sum of RGB (Red+Green+Blue) = 221+123+122=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7A is #228485. Grayscale: #989898. Windows color (decimal): -2262150 or 8027101. OLE color: 8027101.

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

Color convert

RGB 221 123 122 -
CMYK 0 0.44 0.45 0.13
HSL 0.61º 0.59% 0.67% -
HSV(B) 0.61º 0.45% 0.87% -
XYZ 40.41 30.94 22.25 -
YUV 152.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 221 123 122 0 0.44 0.45 0.13 0.61 0.59 0.67
Hex DD 7B 7A 0 2C 2D D 1 3B 43
Octal 335 173 172 0 54 55 15 1 73 103
Binary 11011101 1111011 1111010 0 101100 101101 1101 1 111011 1000011

Color Harmonies of #DD7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B7A

Black with #DD7B7A

Text Example


Text Example

White with #DD7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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