Html Css Color HEX #D998A3 Careys Pink

📋 copy color: '#D998A3'

red 217 ◦ green 152 ◦ blue 163

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

Shades of Careys Pink #D998A3

Tints of Careys Pink #D998A3

RGB

 RED value IS 217 (85.16% from 255) = 40.79%

 GREEN value IS 152 (59.77% from 255) = 28.57%

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

R = 40.79%
G = 28.57%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D998A3 (or 0xD998A3) is known color: Careys Pink. HEX triplet: D9, 98 and A3. RGB value is (217,152,163). Sum of RGB (Red+Green+Blue) = 217+152+163=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A3 is #26675C. Grayscale: #ACACAC. Windows color (decimal): -2516829 or 10721497. OLE color: 10721497.

HSL color Cylindrical-coordinate representation of color #D998A3: hue angle of 349.85º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998A3 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 163 -
CMYK 0 0.30 0.25 0.15
HSL 349.85º 0.46% 0.72% -
HSV(B) 349.85º 0.3% 0.85% -
XYZ 46.45 39.85 39.89 -
YUV 172.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 217 152 163 0 0.30 0.25 0.15 349.85 0.46 0.72
Hex D9 98 A3 0 1E 19 F 15E 2E 48
Octal 331 230 243 0 36 31 17 536 56 110
Binary 11011001 10011000 10100011 0 11110 11001 1111 101011110 101110 1001000

Color Harmonies of #D998A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998A3

Black with #D998A3

Text Example


Text Example

White with #D998A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998A3; }

 p { color: rgb(217,152,163); }

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

background-color css

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

 a { background-color: rgb(217,152,163); }

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

border-color css

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

 span { border-color: rgb(217,152,163); }

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