Html Css Color HEX #D3948C Petite Orchid

📋 copy color: '#D3948C'

red 211 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #D3948C

Tints of Petite Orchid #D3948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 42.28%
G = 29.66%
B = 28.06%

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

#D3948C (or 0xD3948C) is known color: Petite Orchid. HEX triplet: D3, 94 and 8C. RGB value is (211,148,140). Sum of RGB (Red+Green+Blue) = 211+148+140=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3948C is #2C6B73. Grayscale: #A6A6A6. Windows color (decimal): -2911092 or 9213139. OLE color: 9213139.

HSL color Cylindrical-coordinate representation of color #D3948C: hue angle of 6.76º 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 #D3948C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 140 -
CMYK 0 0.30 0.34 0.17
HSL 6.76º 0.45% 0.69% -
HSV(B) 6.76º 0.34% 0.83% -
XYZ 42.19 36.92 29.71 -
YUV 165.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 211 148 140 0 0.30 0.34 0.17 6.76 0.45 0.69
Hex D3 94 8C 0 1E 22 11 7 2D 45
Octal 323 224 214 0 36 42 21 7 55 105
Binary 11010011 10010100 10001100 0 11110 100010 10001 111 101101 1000101

Color Harmonies of #D3948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3948C

Black with #D3948C

Text Example


Text Example

White with #D3948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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