Html Css Color HEX #D697A3 Careys Pink

📋 copy color: '#D697A3'

red 214 ◦ green 151 ◦ blue 163

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

Shades of Careys Pink #D697A3

Tints of Careys Pink #D697A3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.6%

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 40.53%
G = 28.6%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D697A3 (or 0xD697A3) is known color: Careys Pink. HEX triplet: D6, 97 and A3. RGB value is (214,151,163). Sum of RGB (Red+Green+Blue) = 214+151+163=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A3 is #29685C. Grayscale: #ABABAB. Windows color (decimal): -2713693 or 10721238. OLE color: 10721238.

HSL color Cylindrical-coordinate representation of color #D697A3: hue angle of 348.57º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697A3 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 163 -
CMYK 0 0.29 0.24 0.16
HSL 348.57º 0.43% 0.72% -
HSV(B) 348.57º 0.29% 0.84% -
XYZ 45.41 39.07 39.8 -
YUV 171.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 214 151 163 0 0.29 0.24 0.16 348.57 0.43 0.72
Hex D6 97 A3 0 1D 18 10 15D 2B 48
Octal 326 227 243 0 35 30 20 535 53 110
Binary 11010110 10010111 10100011 0 11101 11000 10000 101011101 101011 1001000

Color Harmonies of #D697A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697A3

Black with #D697A3

Text Example


Text Example

White with #D697A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697A3; }

 p { color: rgb(214,151,163); }

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

background-color css

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

 a { background-color: rgb(214,151,163); }

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

border-color css

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

 span { border-color: rgb(214,151,163); }

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