Html Css Color HEX #D69E88 Rose

📋 copy color: '#D69E88'

red 214 ◦ green 158 ◦ blue 136

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

Shades of Rose #D69E88

Tints of Rose #D69E88

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

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

R = 42.13%
G = 31.1%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69E88 (or 0xD69E88) is known color: Rose. HEX triplet: D6, 9E and 88. RGB value is (214,158,136). Sum of RGB (Red+Green+Blue) = 214+158+136=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E88 is #296177. Grayscale: #ACACAC. Windows color (decimal): -2711928 or 8953558. OLE color: 8953558.

HSL color Cylindrical-coordinate representation of color #D69E88: hue angle of 16.92º degrees, saturation: 0.49, 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 #D69E88 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 136 -
CMYK 0 0.26 0.36 0.16
HSL 16.92º 0.49% 0.69% -
HSV(B) 16.92º 0.36% 0.84% -
XYZ 44.4 40.53 28.77 -
YUV 172.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 214 158 136 0 0.26 0.36 0.16 16.92 0.49 0.69
Hex D6 9E 88 0 1A 24 10 11 31 45
Octal 326 236 210 0 32 44 20 21 61 105
Binary 11010110 10011110 10001000 0 11010 100100 10000 10001 110001 1000101

Color Harmonies of #D69E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E88

Black with #D69E88

Text Example


Text Example

White with #D69E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E88; }

 p { color: rgb(214,158,136); }

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

background-color css

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

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

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

border-color css

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

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

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