Html Css Color HEX #D67F7E Sea Pink

📋 copy color: '#D67F7E'

red 214 ◦ green 127 ◦ blue 126

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

Shades of Sea Pink #D67F7E

Tints of Sea Pink #D67F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 45.82%
G = 27.19%
B = 26.98%

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

#D67F7E (or 0xD67F7E) is known color: Sea Pink. HEX triplet: D6, 7F and 7E. RGB value is (214,127,126). Sum of RGB (Red+Green+Blue) = 214+127+126=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F7E is #298081. Grayscale: #989898. Windows color (decimal): -2719874 or 8290262. OLE color: 8290262.

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

Color convert

RGB 214 127 126 -
CMYK 0 0.41 0.41 0.16
HSL 0.68º 0.52% 0.67% -
HSV(B) 0.68º 0.41% 0.84% -
XYZ 39.09 30.98 23.66 -
YUV 152.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 214 127 126 0 0.41 0.41 0.16 0.68 0.52 0.67
Hex D6 7F 7E 0 29 29 10 1 34 43
Octal 326 177 176 0 51 51 20 1 64 103
Binary 11010110 1111111 1111110 0 101001 101001 10000 1 110100 1000011

Color Harmonies of #D67F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F7E

Black with #D67F7E

Text Example


Text Example

White with #D67F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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