Html Css Color HEX #D99394 Careys Pink

📋 copy color: '#D99394'

red 217 ◦ green 147 ◦ blue 148

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

Shades of Careys Pink #D99394

Tints of Careys Pink #D99394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 42.38%
G = 28.71%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99394 (or 0xD99394) is known color: Careys Pink. HEX triplet: D9, 93 and 94. RGB value is (217,147,148). Sum of RGB (Red+Green+Blue) = 217+147+148=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99394 is #266C6B. Grayscale: #A8A8A8. Windows color (decimal): -2518124 or 9737177. OLE color: 9737177.

HSL color Cylindrical-coordinate representation of color #D99394: hue angle of 359.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99394 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 148 -
CMYK 0 0.32 0.32 0.15
HSL 359.14º 0.48% 0.71% -
HSV(B) 359.14º 0.32% 0.85% -
XYZ 44.39 37.76 32.97 -
YUV 168.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 217 147 148 0 0.32 0.32 0.15 359.14 0.48 0.71
Hex D9 93 94 0 20 20 F 167 30 47
Octal 331 223 224 0 40 40 17 547 60 107
Binary 11011001 10010011 10010100 0 100000 100000 1111 101100111 110000 1000111

Color Harmonies of #D99394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99394

Black with #D99394

Text Example


Text Example

White with #D99394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99394; }

 p { color: rgb(217,147,148); }

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

background-color css

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

 a { background-color: rgb(217,147,148); }

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

border-color css

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

 span { border-color: rgb(217,147,148); }

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