Html Css Color HEX #D69DA2 Careys Pink

📋 copy color: '#D69DA2'

red 214 ◦ green 157 ◦ blue 162

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

Shades of Careys Pink #D69DA2

Tints of Careys Pink #D69DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.39%

R = 40.15%
G = 29.46%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D69DA2 (or 0xD69DA2) is known color: Careys Pink. HEX triplet: D6, 9D and A2. RGB value is (214,157,162). Sum of RGB (Red+Green+Blue) = 214+157+162=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DA2 is #29625D. Grayscale: #AEAEAE. Windows color (decimal): -2712158 or 10657238. OLE color: 10657238.

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

Color convert

RGB 214 157 162 -
CMYK 0 0.27 0.24 0.16
HSL 354.74º 0.41% 0.73% -
HSV(B) 354.74º 0.27% 0.84% -
XYZ 46.31 41.02 39.66 -
YUV 174.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 214 157 162 0 0.27 0.24 0.16 354.74 0.41 0.73
Hex D6 9D A2 0 1B 18 10 163 29 49
Octal 326 235 242 0 33 30 20 543 51 111
Binary 11010110 10011101 10100010 0 11011 11000 10000 101100011 101001 1001001

Color Harmonies of #D69DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DA2

Black with #D69DA2

Text Example


Text Example

White with #D69DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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