Html Css Color HEX #DA7E7D Sea Pink

📋 copy color: '#DA7E7D'

red 218 ◦ green 126 ◦ blue 125

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

Shades of Sea Pink #DA7E7D

Tints of Sea Pink #DA7E7D

RGB

 RED value IS 218 (85.55% from 255) = 46.48%

 GREEN value IS 126 (49.61% from 255) = 26.87%

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

R = 46.48%
G = 26.87%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA7E7D (or 0xDA7E7D) is known color: Sea Pink. HEX triplet: DA, 7E and 7D. RGB value is (218,126,125). Sum of RGB (Red+Green+Blue) = 218+126+125=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E7D is #258182. Grayscale: #999999. Windows color (decimal): -2457987 or 8224474. OLE color: 8224474.

HSL color Cylindrical-coordinate representation of color #DA7E7D: hue angle of 0.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7E7D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 125 -
CMYK 0 0.42 0.43 0.15
HSL 0.65º 0.56% 0.67% -
HSV(B) 0.65º 0.43% 0.85% -
XYZ 40.08 31.31 23.33 -
YUV 153.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 218 126 125 0 0.42 0.43 0.15 0.65 0.56 0.67
Hex DA 7E 7D 0 2A 2B F 1 38 43
Octal 332 176 175 0 52 53 17 1 70 103
Binary 11011010 1111110 1111101 0 101010 101011 1111 1 111000 1000011

Color Harmonies of #DA7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E7D

Black with #DA7E7D

Text Example


Text Example

White with #DA7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E7D; }

 p { color: rgb(218,126,125); }

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

background-color css

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

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

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

border-color css

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

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

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