Html Css Color HEX #D3948B Petite Orchid

📋 copy color: '#D3948B'

red 211 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D3948B

Tints of Petite Orchid #D3948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 42.37%
G = 29.72%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3948B (or 0xD3948B) is known color: Petite Orchid. HEX triplet: D3, 94 and 8B. RGB value is (211,148,139). Sum of RGB (Red+Green+Blue) = 211+148+139=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3948B is #2C6B74. Grayscale: #A5A5A5. Windows color (decimal): -2911093 or 9147603. OLE color: 9147603.

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

Color convert

RGB 211 148 139 -
CMYK 0 0.30 0.34 0.17
HSL 7.5º 0.45% 0.69% -
HSV(B) 7.5º 0.34% 0.83% -
XYZ 42.11 36.89 29.33 -
YUV 165.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 211 148 139 0 0.30 0.34 0.17 7.5 0.45 0.69
Hex D3 94 8B 0 1E 22 11 8 2D 45
Octal 323 224 213 0 36 42 21 10 55 105
Binary 11010011 10010100 10001011 0 11110 100010 10001 1000 101101 1000101

Color Harmonies of #D3948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3948B

Black with #D3948B

Text Example


Text Example

White with #D3948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3948B; }

 p { color: rgb(211,148,139); }

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

background-color css

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

 a { background-color: rgb(211,148,139); }

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

border-color css

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

 span { border-color: rgb(211,148,139); }

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