#D2948D

Color #D2948D Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D2948D

Tints of Petite Orchid #D2948D

Color information

#D2948D (or 0xD2948D) is unknown color: approx Petite Orchid. HEX triplet: D2, 94 and 8D. RGB value is (210,148,141). Sum of RGB (Red+Green+Blue) = 210+148+141=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2948D is #2D6B72. Grayscale: #A5A5A5. Windows color (decimal): -2976627 or 9278674. OLE color: 9278674.

HSL color Cylindrical-coordinate representation of color #D2948D: hue angle of 6.09º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2948D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210148141-
CMYK00.300.330.18
HSL6.09º43.4%68.82%-
HSV(B)6.09º32.86%82.35%-
XYZ41.9836.830.09-
YUV165.74114.04159.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=42.08%
G=29.66%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014814100.300.330.186.0943.468.82
HexD2948D01E211262b45
Octal3222242150364122653105
Binary110100101001010010001101011110100001100101101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2948D; }

 p { color: rgb(210,148,141); }

 H1.HeaderClassName
 {
   color: #D2948D;
 }
 .AnyTagClassName
 {
   color: #D2948D;
 }
</style>
background-color css

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

 a { background-color: rgb(210,148,141); }

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

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

 span { border-color: rgb(210,148,141); }

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