Html Css Color HEX #DA7D7D Sea Pink

📋 copy color: '#DA7D7D'

red 218 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #DA7D7D

Tints of Sea Pink #DA7D7D

RGB

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

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

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

R = 46.58%
G = 26.71%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA7D7D (or 0xDA7D7D) is known color: Sea Pink. HEX triplet: DA, 7D and 7D. RGB value is (218,125,125). Sum of RGB (Red+Green+Blue) = 218+125+125=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D7D is #258282. Grayscale: #989898. Windows color (decimal): -2458243 or 8224218. OLE color: 8224218.

HSL color Cylindrical-coordinate representation of color #DA7D7D: hue angle of 0º 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 #DA7D7D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 125 -
CMYK 0 0.43 0.43 0.15
HSL 0.56% 0.67% -
HSV(B) 0.43% 0.85% -
XYZ 39.95 31.05 23.29 -
YUV 152.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 218 125 125 0 0.43 0.43 0.15 0 0.56 0.67
Hex DA 7D 7D 0 2B 2B F 0 38 43
Octal 332 175 175 0 53 53 17 0 70 103
Binary 11011010 1111101 1111101 0 101011 101011 1111 0 111000 1000011

Color Harmonies of #DA7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D7D

Black with #DA7D7D

Text Example


Text Example

White with #DA7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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