Html Css Color HEX #D08888 My Pink

📋 copy color: '#D08888'

red 208 ◦ green 136 ◦ blue 136

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

Shades of My Pink #D08888

Tints of My Pink #D08888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 43.33%
G = 28.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D08888 (or 0xD08888) is known color: My Pink. HEX triplet: D0, 88 and 88. RGB value is (208,136,136). Sum of RGB (Red+Green+Blue) = 208+136+136=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D08888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08888 is #2F7777. Grayscale: #9D9D9D. Windows color (decimal): -3110776 or 8947920. OLE color: 8947920.

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

Color convert

RGB 208 136 136 -
CMYK 0 0.35 0.35 0.18
HSL 0.43% 0.67% -
HSV(B) 0.35% 0.82% -
XYZ 39.26 32.8 27.55 -
YUV 157.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 208 136 136 0 0.35 0.35 0.18 0 0.43 0.67
Hex D0 88 88 0 23 23 12 0 2B 43
Octal 320 210 210 0 43 43 22 0 53 103
Binary 11010000 10001000 10001000 0 100011 100011 10010 0 101011 1000011

Color Harmonies of #D08888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08888

Black with #D08888

Text Example


Text Example

White with #D08888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08888; }

 p { color: rgb(208,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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