Html Css Color HEX #D69E97 Rose

📋 copy color: '#D69E97'

red 214 ◦ green 158 ◦ blue 151

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

Shades of Rose #D69E97

Tints of Rose #D69E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.87%

R = 40.92%
G = 30.21%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69E97 (or 0xD69E97) is known color: Rose. HEX triplet: D6, 9E and 97. RGB value is (214,158,151). Sum of RGB (Red+Green+Blue) = 214+158+151=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E97 is #296168. Grayscale: #AEAEAE. Windows color (decimal): -2711913 or 9936598. OLE color: 9936598.

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

Color convert

RGB 214 158 151 -
CMYK 0 0.26 0.29 0.16
HSL 6.67º 0.43% 0.72% -
HSV(B) 6.67º 0.29% 0.84% -
XYZ 45.54 40.98 34.79 -
YUV 173.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 214 158 151 0 0.26 0.29 0.16 6.67 0.43 0.72
Hex D6 9E 97 0 1A 1D 10 7 2B 48
Octal 326 236 227 0 32 35 20 7 53 110
Binary 11010110 10011110 10010111 0 11010 11101 10000 111 101011 1001000

Color Harmonies of #D69E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E97

Black with #D69E97

Text Example


Text Example

White with #D69E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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