Html Css Color HEX #D7999D Careys Pink

📋 copy color: '#D7999D'

red 215 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #D7999D

Tints of Careys Pink #D7999D

RGB

 RED value IS 215 (84.38% from 255) = 40.95%

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

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

R = 40.95%
G = 29.14%
B = 29.9%

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

#D7999D (or 0xD7999D) is known color: Careys Pink. HEX triplet: D7, 99 and 9D. RGB value is (215,153,157). Sum of RGB (Red+Green+Blue) = 215+153+157=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D7999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7999D is #286662. Grayscale: #ACACAC. Windows color (decimal): -2647651 or 10328535. OLE color: 10328535.

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

Color convert

RGB 215 153 157 -
CMYK 0 0.29 0.27 0.16
HSL 356.13º 0.44% 0.72% -
HSV(B) 356.13º 0.29% 0.84% -
XYZ 45.5 39.66 37.16 -
YUV 171.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 215 153 157 0 0.29 0.27 0.16 356.13 0.44 0.72
Hex D7 99 9D 0 1D 1B 10 164 2C 48
Octal 327 231 235 0 35 33 20 544 54 110
Binary 11010111 10011001 10011101 0 11101 11011 10000 101100100 101100 1001000

Color Harmonies of #D7999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7999D

Black with #D7999D

Text Example


Text Example

White with #D7999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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