Html Css Color HEX #D39293 Careys Pink

📋 copy color: '#D39293'

red 211 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #D39293

Tints of Careys Pink #D39293

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

 GREEN value IS 146 (57.42% from 255) = 28.97%

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 41.87%
G = 28.97%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D39293 (or 0xD39293) is known color: Careys Pink. HEX triplet: D3, 92 and 93. RGB value is (211,146,147). Sum of RGB (Red+Green+Blue) = 211+146+147=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D39293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39293 is #2C6D6C. Grayscale: #A5A5A5. Windows color (decimal): -2911597 or 9671379. OLE color: 9671379.

HSL color Cylindrical-coordinate representation of color #D39293: hue angle of 359.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D39293 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 147 -
CMYK 0 0.31 0.30 0.17
HSL 359.08º 0.42% 0.7% -
HSV(B) 359.08º 0.31% 0.83% -
XYZ 42.41 36.51 32.42 -
YUV 165.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 211 146 147 0 0.31 0.30 0.17 359.08 0.42 0.7
Hex D3 92 93 0 1F 1E 11 167 2A 46
Octal 323 222 223 0 37 36 21 547 52 106
Binary 11010011 10010010 10010011 0 11111 11110 10001 101100111 101010 1000110

Color Harmonies of #D39293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39293

Black with #D39293

Text Example


Text Example

White with #D39293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39293; }

 p { color: rgb(211,146,147); }

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

background-color css

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

 a { background-color: rgb(211,146,147); }

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

border-color css

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

 span { border-color: rgb(211,146,147); }

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