Html Css Color HEX #DA7A7A Sea Pink

📋 copy color: '#DA7A7A'

red 218 ◦ green 122 ◦ blue 122

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

Shades of Sea Pink #DA7A7A

Tints of Sea Pink #DA7A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

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

R = 47.19%
G = 26.41%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7A7A (or 0xDA7A7A) is known color: Sea Pink. HEX triplet: DA, 7A and 7A. RGB value is (218,122,122). Sum of RGB (Red+Green+Blue) = 218+122+122=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A7A is #258585. Grayscale: #969696. Windows color (decimal): -2459014 or 8026842. OLE color: 8026842.

HSL color Cylindrical-coordinate representation of color #DA7A7A: 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.44%. Process color model (Four color, CMYK) of #DA7A7A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 122 -
CMYK 0 0.44 0.44 0.15
HSL 0.56% 0.67% -
HSV(B) 0.44% 0.85% -
XYZ 39.39 30.23 22.17 -
YUV 150.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 218 122 122 0 0.44 0.44 0.15 0 0.56 0.67
Hex DA 7A 7A 0 2C 2C F 0 38 43
Octal 332 172 172 0 54 54 17 0 70 103
Binary 11011010 1111010 1111010 0 101100 101100 1111 0 111000 1000011

Color Harmonies of #DA7A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A7A

Black with #DA7A7A

Text Example


Text Example

White with #DA7A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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