Html Css Color HEX #D07574 Sea Pink

📋 copy color: '#D07574'

red 208 ◦ green 117 ◦ blue 116

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

Shades of Sea Pink #D07574

Tints of Sea Pink #D07574

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 117 (46.09% from 255) = 26.53%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 47.17%
G = 26.53%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07574 (or 0xD07574) is known color: Sea Pink. HEX triplet: D0, 75 and 74. RGB value is (208,117,116). Sum of RGB (Red+Green+Blue) = 208+117+116=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07574 is #2F8A8B. Grayscale: #909090. Windows color (decimal): -3115660 or 7632336. OLE color: 7632336.

HSL color Cylindrical-coordinate representation of color #D07574: hue angle of 0.65º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07574 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 116 -
CMYK 0 0.44 0.44 0.18
HSL 0.65º 0.49% 0.64% -
HSV(B) 0.65º 0.44% 0.82% -
XYZ 35.53 27.39 19.94 -
YUV 144.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 208 117 116 0 0.44 0.44 0.18 0.65 0.49 0.64
Hex D0 75 74 0 2C 2C 12 1 31 40
Octal 320 165 164 0 54 54 22 1 61 100
Binary 11010000 1110101 1110100 0 101100 101100 10010 1 110001 1000000

Color Harmonies of #D07574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07574

Black with #D07574

Text Example


Text Example

White with #D07574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07574; }

 p { color: rgb(208,117,116); }

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

background-color css

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

 a { background-color: rgb(208,117,116); }

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

border-color css

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

 span { border-color: rgb(208,117,116); }

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