Html Css Color HEX #D68F89 My Pink

📋 copy color: '#D68F89'

red 214 ◦ green 143 ◦ blue 137

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

Shades of My Pink #D68F89

Tints of My Pink #D68F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 43.32%
G = 28.95%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68F89 (or 0xD68F89) is known color: My Pink. HEX triplet: D6, 8F and 89. RGB value is (214,143,137). Sum of RGB (Red+Green+Blue) = 214+143+137=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F89 is #297076. Grayscale: #A3A3A3. Windows color (decimal): -2715767 or 9015254. OLE color: 9015254.

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

Color convert

RGB 214 143 137 -
CMYK 0 0.33 0.36 0.16
HSL 4.68º 0.48% 0.69% -
HSV(B) 4.68º 0.36% 0.84% -
XYZ 42.07 35.75 28.35 -
YUV 163.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 214 143 137 0 0.33 0.36 0.16 4.68 0.48 0.69
Hex D6 8F 89 0 21 24 10 5 30 45
Octal 326 217 211 0 41 44 20 5 60 105
Binary 11010110 10001111 10001001 0 100001 100100 10000 101 110000 1000101

Color Harmonies of #D68F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F89

Black with #D68F89

Text Example


Text Example

White with #D68F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F89; }

 p { color: rgb(214,143,137); }

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

background-color css

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

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

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

border-color css

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

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

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