Html Css Color HEX #D67975 Sea Pink

📋 copy color: '#D67975'

red 214 ◦ green 121 ◦ blue 117

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

Shades of Sea Pink #D67975

Tints of Sea Pink #D67975

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 121 (47.66% from 255) = 26.77%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 47.35%
G = 26.77%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67975 (or 0xD67975) is known color: Sea Pink. HEX triplet: D6, 79 and 75. RGB value is (214,121,117). Sum of RGB (Red+Green+Blue) = 214+121+117=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D67975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67975 is #29868A. Grayscale: #949494. Windows color (decimal): -2721419 or 7698902. OLE color: 7698902.

HSL color Cylindrical-coordinate representation of color #D67975: hue angle of 2.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67975 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 117 -
CMYK 0 0.43 0.45 0.16
HSL 2.47º 0.54% 0.65% -
HSV(B) 2.47º 0.45% 0.84% -
XYZ 37.78 29.26 20.49 -
YUV 148.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 214 121 117 0 0.43 0.45 0.16 2.47 0.54 0.65
Hex D6 79 75 0 2B 2D 10 2 36 41
Octal 326 171 165 0 53 55 20 2 66 101
Binary 11010110 1111001 1110101 0 101011 101101 10000 10 110110 1000001

Color Harmonies of #D67975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67975

Black with #D67975

Text Example


Text Example

White with #D67975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67975; }

 p { color: rgb(214,121,117); }

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

background-color css

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

 a { background-color: rgb(214,121,117); }

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

border-color css

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

 span { border-color: rgb(214,121,117); }

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