Html Css Color HEX #D69D8A Rose

📋 copy color: '#D69D8A'

red 214 ◦ green 157 ◦ blue 138

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

Shades of Rose #D69D8A

Tints of Rose #D69D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 42.04%
G = 30.84%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69D8A (or 0xD69D8A) is known color: Rose. HEX triplet: D6, 9D and 8A. RGB value is (214,157,138). Sum of RGB (Red+Green+Blue) = 214+157+138=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D8A is #296275. Grayscale: #ACACAC. Windows color (decimal): -2712182 or 9084374. OLE color: 9084374.

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

Color convert

RGB 214 157 138 -
CMYK 0 0.27 0.36 0.16
HSL 15º 0.48% 0.69% -
HSV(B) 15º 0.36% 0.84% -
XYZ 44.38 40.25 29.47 -
YUV 171.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 214 157 138 0 0.27 0.36 0.16 15 0.48 0.69
Hex D6 9D 8A 0 1B 24 10 F 30 45
Octal 326 235 212 0 33 44 20 17 60 105
Binary 11010110 10011101 10001010 0 11011 100100 10000 1111 110000 1000101

Color Harmonies of #D69D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D8A

Black with #D69D8A

Text Example


Text Example

White with #D69D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D8A; }

 p { color: rgb(214,157,138); }

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

background-color css

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

 a { background-color: rgb(214,157,138); }

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

border-color css

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

 span { border-color: rgb(214,157,138); }

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