Html Css Color HEX #D69FA0 Careys Pink

📋 copy color: '#D69FA0'

red 214 ◦ green 159 ◦ blue 160

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

Shades of Careys Pink #D69FA0

Tints of Careys Pink #D69FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

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

R = 40.15%
G = 29.83%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D69FA0 (or 0xD69FA0) is known color: Careys Pink. HEX triplet: D6, 9F and A0. RGB value is (214,159,160). Sum of RGB (Red+Green+Blue) = 214+159+160=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA0 is #29605F. Grayscale: #AFAFAF. Windows color (decimal): -2711648 or 10526678. OLE color: 10526678.

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

Color convert

RGB 214 159 160 -
CMYK 0 0.26 0.25 0.16
HSL 358.91º 0.4% 0.73% -
HSV(B) 358.91º 0.26% 0.84% -
XYZ 46.47 41.63 38.84 -
YUV 175.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 214 159 160 0 0.26 0.25 0.16 358.91 0.4 0.73
Hex D6 9F A0 0 1A 19 10 167 28 49
Octal 326 237 240 0 32 31 20 547 50 111
Binary 11010110 10011111 10100000 0 11010 11001 10000 101100111 101000 1001001

Color Harmonies of #D69FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FA0

Black with #D69FA0

Text Example


Text Example

White with #D69FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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