Html Css Color HEX #DF7D7D Sea Pink

📋 copy color: '#DF7D7D'

red 223 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #DF7D7D

Tints of Sea Pink #DF7D7D

RGB

 RED value IS 223 (87.5% from 255) = 47.15%

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 47.15%
G = 26.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF7D7D (or 0xDF7D7D) is known color: Sea Pink. HEX triplet: DF, 7D and 7D. RGB value is (223,125,125). Sum of RGB (Red+Green+Blue) = 223+125+125=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7D is #208282. Grayscale: #9A9A9A. Windows color (decimal): -2130563 or 8224223. OLE color: 8224223.

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

Color convert

RGB 223 125 125 -
CMYK 0 0.44 0.44 0.13
HSL 0.6% 0.68% -
HSV(B) 0.44% 0.87% -
XYZ 41.47 31.84 23.36 -
YUV 154.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 223 125 125 0 0.44 0.44 0.13 0 0.6 0.68
Hex DF 7D 7D 0 2C 2C D 0 3C 44
Octal 337 175 175 0 54 54 15 0 74 104
Binary 11011111 1111101 1111101 0 101100 101100 1101 0 111100 1000100

Color Harmonies of #DF7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D7D

Black with #DF7D7D

Text Example


Text Example

White with #DF7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D7D; }

 p { color: rgb(223,125,125); }

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

background-color css

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

 a { background-color: rgb(223,125,125); }

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

border-color css

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

 span { border-color: rgb(223,125,125); }

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