Html Css Color HEX #D69D9E Careys Pink

📋 copy color: '#D69D9E'

red 214 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #D69D9E

Tints of Careys Pink #D69D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 40.45%
G = 29.68%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D69D9E (or 0xD69D9E) is known color: Careys Pink. HEX triplet: D6, 9D and 9E. RGB value is (214,157,158). Sum of RGB (Red+Green+Blue) = 214+157+158=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D9E is #296261. Grayscale: #AEAEAE. Windows color (decimal): -2712162 or 10395094. OLE color: 10395094.

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

Color convert

RGB 214 157 158 -
CMYK 0 0.27 0.26 0.16
HSL 358.95º 0.41% 0.73% -
HSV(B) 358.95º 0.27% 0.84% -
XYZ 45.96 40.88 37.82 -
YUV 174.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 214 157 158 0 0.27 0.26 0.16 358.95 0.41 0.73
Hex D6 9D 9E 0 1B 1A 10 167 29 49
Octal 326 235 236 0 33 32 20 547 51 111
Binary 11010110 10011101 10011110 0 11011 11010 10000 101100111 101001 1001001

Color Harmonies of #D69D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D9E

Black with #D69D9E

Text Example


Text Example

White with #D69D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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