Html Css Color HEX #D6999D Careys Pink

📋 copy color: '#D6999D'

red 214 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #D6999D

Tints of Careys Pink #D6999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 40.84%
G = 29.2%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6999D (or 0xD6999D) is known color: Careys Pink. HEX triplet: D6, 99 and 9D. RGB value is (214,153,157). Sum of RGB (Red+Green+Blue) = 214+153+157=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999D is #296662. Grayscale: #ABABAB. Windows color (decimal): -2713187 or 10328534. OLE color: 10328534.

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

Color convert

RGB 214 153 157 -
CMYK 0 0.29 0.27 0.16
HSL 356.07º 0.43% 0.72% -
HSV(B) 356.07º 0.29% 0.84% -
XYZ 45.21 39.51 37.14 -
YUV 171.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 214 153 157 0 0.29 0.27 0.16 356.07 0.43 0.72
Hex D6 99 9D 0 1D 1B 10 164 2B 48
Octal 326 231 235 0 35 33 20 544 53 110
Binary 11010110 10011001 10011101 0 11101 11011 10000 101100100 101011 1001000

Color Harmonies of #D6999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6999D

Black with #D6999D

Text Example


Text Example

White with #D6999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6999D; }

 p { color: rgb(214,153,157); }

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

background-color css

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

 a { background-color: rgb(214,153,157); }

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

border-color css

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

 span { border-color: rgb(214,153,157); }

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