Html Css Color HEX #D19398 Careys Pink

📋 copy color: '#D19398'

red 209 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #D19398

Tints of Careys Pink #D19398

RGB

 RED value IS 209 (82.03% from 255) = 41.14%

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

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

R = 41.14%
G = 28.94%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D19398 (or 0xD19398) is known color: Careys Pink. HEX triplet: D1, 93 and 98. RGB value is (209,147,152). Sum of RGB (Red+Green+Blue) = 209+147+152=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19398 is #2E6C67. Grayscale: #A6A6A6. Windows color (decimal): -3042408 or 9999313. OLE color: 9999313.

HSL color Cylindrical-coordinate representation of color #D19398: hue angle of 355.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19398 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 152 -
CMYK 0 0.30 0.27 0.18
HSL 355.16º 0.4% 0.7% -
HSV(B) 355.16º 0.3% 0.82% -
XYZ 42.4 36.69 34.55 -
YUV 166.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 209 147 152 0 0.30 0.27 0.18 355.16 0.4 0.7
Hex D1 93 98 0 1E 1B 12 163 28 46
Octal 321 223 230 0 36 33 22 543 50 106
Binary 11010001 10010011 10011000 0 11110 11011 10010 101100011 101000 1000110

Color Harmonies of #D19398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19398

Black with #D19398

Text Example


Text Example

White with #D19398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19398; }

 p { color: rgb(209,147,152); }

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

background-color css

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

 a { background-color: rgb(209,147,152); }

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

border-color css

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

 span { border-color: rgb(209,147,152); }

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