Html Css Color HEX #D69DA0 Careys Pink

📋 copy color: '#D69DA0'

red 214 ◦ green 157 ◦ blue 160

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

Shades of Careys Pink #D69DA0

Tints of Careys Pink #D69DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.13%

R = 40.3%
G = 29.57%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D69DA0 (or 0xD69DA0) is known color: Careys Pink. HEX triplet: D6, 9D and A0. RGB value is (214,157,160). Sum of RGB (Red+Green+Blue) = 214+157+160=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DA0 is #29625F. Grayscale: #AEAEAE. Windows color (decimal): -2712160 or 10526166. OLE color: 10526166.

HSL color Cylindrical-coordinate representation of color #D69DA0: hue angle of 356.84º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DA0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 160 -
CMYK 0 0.27 0.25 0.16
HSL 356.84º 0.41% 0.73% -
HSV(B) 356.84º 0.27% 0.84% -
XYZ 46.13 40.95 38.73 -
YUV 174.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 214 157 160 0 0.27 0.25 0.16 356.84 0.41 0.73
Hex D6 9D A0 0 1B 19 10 165 29 49
Octal 326 235 240 0 33 31 20 545 51 111
Binary 11010110 10011101 10100000 0 11011 11001 10000 101100101 101001 1001001

Color Harmonies of #D69DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DA0

Black with #D69DA0

Text Example


Text Example

White with #D69DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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