Html Css Color HEX #D697A4 Careys Pink

📋 copy color: '#D697A4'

red 214 ◦ green 151 ◦ blue 164

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

Shades of Careys Pink #D697A4

Tints of Careys Pink #D697A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 40.45%
G = 28.54%
B = 31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D697A4 (or 0xD697A4) is known color: Careys Pink. HEX triplet: D6, 97 and A4. RGB value is (214,151,164). Sum of RGB (Red+Green+Blue) = 214+151+164=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A4 is #29685B. Grayscale: #ABABAB. Windows color (decimal): -2713692 or 10786774. OLE color: 10786774.

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

Color convert

RGB 214 151 164 -
CMYK 0 0.29 0.23 0.16
HSL 347.62º 0.43% 0.72% -
HSV(B) 347.62º 0.29% 0.84% -
XYZ 45.5 39.11 40.27 -
YUV 171.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 214 151 164 0 0.29 0.23 0.16 347.62 0.43 0.72
Hex D6 97 A4 0 1D 17 10 15C 2B 48
Octal 326 227 244 0 35 27 20 534 53 110
Binary 11010110 10010111 10100100 0 11101 10111 10000 101011100 101011 1001000

Color Harmonies of #D697A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697A4

Black with #D697A4

Text Example


Text Example

White with #D697A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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