Html Css Color HEX #D69FA2 Careys Pink

📋 copy color: '#D69FA2'

red 214 ◦ green 159 ◦ blue 162

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

Shades of Careys Pink #D69FA2

Tints of Careys Pink #D69FA2

RGB

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

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

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

R = 40%
G = 29.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D69FA2 (or 0xD69FA2) is known color: Careys Pink. HEX triplet: D6, 9F and A2. RGB value is (214,159,162). Sum of RGB (Red+Green+Blue) = 214+159+162=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA2 is #29605D. Grayscale: #AFAFAF. Windows color (decimal): -2711646 or 10657750. OLE color: 10657750.

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

Color convert

RGB 214 159 162 -
CMYK 0 0.26 0.24 0.16
HSL 356.73º 0.4% 0.73% -
HSV(B) 356.73º 0.26% 0.84% -
XYZ 46.65 41.7 39.77 -
YUV 175.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 214 159 162 0 0.26 0.24 0.16 356.73 0.4 0.73
Hex D6 9F A2 0 1A 18 10 165 28 49
Octal 326 237 242 0 32 30 20 545 50 111
Binary 11010110 10011111 10100010 0 11010 11000 10000 101100101 101000 1001001

Color Harmonies of #D69FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69FA2

Black with #D69FA2

Text Example


Text Example

White with #D69FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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