Html Css Color HEX #D69F99 Rose

📋 copy color: '#D69F99'

red 214 ◦ green 159 ◦ blue 153

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

Shades of Rose #D69F99

Tints of Rose #D69F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 40.68%
G = 30.23%
B = 29.09%

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

#D69F99 (or 0xD69F99) is known color: Rose. HEX triplet: D6, 9F and 99. RGB value is (214,159,153). Sum of RGB (Red+Green+Blue) = 214+159+153=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F99 is #296066. Grayscale: #AEAEAE. Windows color (decimal): -2711655 or 10067926. OLE color: 10067926.

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

Color convert

RGB 214 159 153 -
CMYK 0 0.26 0.29 0.16
HSL 5.9º 0.43% 0.72% -
HSV(B) 5.9º 0.29% 0.84% -
XYZ 45.88 41.39 35.71 -
YUV 174.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 214 159 153 0 0.26 0.29 0.16 5.9 0.43 0.72
Hex D6 9F 99 0 1A 1D 10 6 2B 48
Octal 326 237 231 0 32 35 20 6 53 110
Binary 11010110 10011111 10011001 0 11010 11101 10000 110 101011 1001000

Color Harmonies of #D69F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F99

Black with #D69F99

Text Example


Text Example

White with #D69F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F99; }

 p { color: rgb(214,159,153); }

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

background-color css

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

 a { background-color: rgb(214,159,153); }

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

border-color css

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

 span { border-color: rgb(214,159,153); }

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