Html Css Color HEX #D2938F Petite Orchid

📋 copy color: '#D2938F'

red 210 ◦ green 147 ◦ blue 143

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

Shades of Petite Orchid #D2938F

Tints of Petite Orchid #D2938F

RGB

 RED value IS 210 (82.42% from 255) = 42%

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 42%
G = 29.4%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2938F (or 0xD2938F) is known color: Petite Orchid. HEX triplet: D2, 93 and 8F. RGB value is (210,147,143). Sum of RGB (Red+Green+Blue) = 210+147+143=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2938F is #2D6C70. Grayscale: #A5A5A5. Windows color (decimal): -2976881 or 9409490. OLE color: 9409490.

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

Color convert

RGB 210 147 143 -
CMYK 0 0.30 0.32 0.18
HSL 3.58º 0.43% 0.69% -
HSV(B) 3.58º 0.32% 0.82% -
XYZ 41.97 36.55 30.83 -
YUV 165.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 210 147 143 0 0.30 0.32 0.18 3.58 0.43 0.69
Hex D2 93 8F 0 1E 20 12 4 2B 45
Octal 322 223 217 0 36 40 22 4 53 105
Binary 11010010 10010011 10001111 0 11110 100000 10010 100 101011 1000101

Color Harmonies of #D2938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2938F

Black with #D2938F

Text Example


Text Example

White with #D2938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2938F; }

 p { color: rgb(210,147,143); }

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

background-color css

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

 a { background-color: rgb(210,147,143); }

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

border-color css

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

 span { border-color: rgb(210,147,143); }

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