Html Css Color HEX #D69E9F Careys Pink

📋 copy color: '#D69E9F'

red 214 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #D69E9F

Tints of Careys Pink #D69E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 40.3%
G = 29.76%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D69E9F (or 0xD69E9F) is known color: Careys Pink. HEX triplet: D6, 9E and 9F. RGB value is (214,158,159). Sum of RGB (Red+Green+Blue) = 214+158+159=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E9F is #296160. Grayscale: #AEAEAE. Windows color (decimal): -2711905 or 10460886. OLE color: 10460886.

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

Color convert

RGB 214 158 159 -
CMYK 0 0.26 0.26 0.16
HSL 358.93º 0.41% 0.73% -
HSV(B) 358.93º 0.26% 0.84% -
XYZ 46.22 41.25 38.33 -
YUV 174.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 214 158 159 0 0.26 0.26 0.16 358.93 0.41 0.73
Hex D6 9E 9F 0 1A 1A 10 167 29 49
Octal 326 236 237 0 32 32 20 547 51 111
Binary 11010110 10011110 10011111 0 11010 11010 10000 101100111 101001 1001001

Color Harmonies of #D69E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E9F

Black with #D69E9F

Text Example


Text Example

White with #D69E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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