Html Css Color HEX #DA7E7E Sea Pink

📋 copy color: '#DA7E7E'

red 218 ◦ green 126 ◦ blue 126

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

Shades of Sea Pink #DA7E7E

Tints of Sea Pink #DA7E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 46.38%
G = 26.81%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA7E7E (or 0xDA7E7E) is known color: Sea Pink. HEX triplet: DA, 7E and 7E. RGB value is (218,126,126). Sum of RGB (Red+Green+Blue) = 218+126+126=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E7E is #258181. Grayscale: #999999. Windows color (decimal): -2457986 or 8290010. OLE color: 8290010.

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

Color convert

RGB 218 126 126 -
CMYK 0 0.42 0.42 0.15
HSL 0.55% 0.67% -
HSV(B) 0.42% 0.85% -
XYZ 40.14 31.33 23.67 -
YUV 153.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 218 126 126 0 0.42 0.42 0.15 0 0.55 0.67
Hex DA 7E 7E 0 2A 2A F 0 37 43
Octal 332 176 176 0 52 52 17 0 67 103
Binary 11011010 1111110 1111110 0 101010 101010 1111 0 110111 1000011

Color Harmonies of #DA7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E7E

Black with #DA7E7E

Text Example


Text Example

White with #DA7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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