Html Css Color HEX #D67E7E Sea Pink

📋 copy color: '#D67E7E'

red 214 ◦ green 126 ◦ blue 126

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

Shades of Sea Pink #D67E7E

Tints of Sea Pink #D67E7E

RGB

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

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

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

R = 45.92%
G = 27.04%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D67E7E (or 0xD67E7E) is known color: Sea Pink. HEX triplet: D6, 7E and 7E. RGB value is (214,126,126). Sum of RGB (Red+Green+Blue) = 214+126+126=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E7E is #298181. Grayscale: #989898. Windows color (decimal): -2720130 or 8290006. OLE color: 8290006.

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

Color convert

RGB 214 126 126 -
CMYK 0 0.41 0.41 0.16
HSL 0.52% 0.67% -
HSV(B) 0.41% 0.84% -
XYZ 38.96 30.72 23.62 -
YUV 152.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 214 126 126 0 0.41 0.41 0.16 0 0.52 0.67
Hex D6 7E 7E 0 29 29 10 0 34 43
Octal 326 176 176 0 51 51 20 0 64 103
Binary 11010110 1111110 1111110 0 101001 101001 10000 0 110100 1000011

Color Harmonies of #D67E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E7E

Black with #D67E7E

Text Example


Text Example

White with #D67E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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