Html Css Color HEX #D99598 Careys Pink

📋 copy color: '#D99598'

red 217 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #D99598

Tints of Careys Pink #D99598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.76%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 41.89%
G = 28.76%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99598 (or 0xD99598) is known color: Careys Pink. HEX triplet: D9, 95 and 98. RGB value is (217,149,152). Sum of RGB (Red+Green+Blue) = 217+149+152=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99598 is #266A67. Grayscale: #A9A9A9. Windows color (decimal): -2517608 or 9999833. OLE color: 9999833.

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

Color convert

RGB 217 149 152 -
CMYK 0 0.31 0.30 0.15
HSL 357.35º 0.47% 0.72% -
HSV(B) 357.35º 0.31% 0.85% -
XYZ 45.03 38.51 34.77 -
YUV 169.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 217 149 152 0 0.31 0.30 0.15 357.35 0.47 0.72
Hex D9 95 98 0 1F 1E F 165 2F 48
Octal 331 225 230 0 37 36 17 545 57 110
Binary 11011001 10010101 10011000 0 11111 11110 1111 101100101 101111 1001000

Color Harmonies of #D99598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99598

Black with #D99598

Text Example


Text Example

White with #D99598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99598; }

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

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

background-color css

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

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

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

border-color css

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

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

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