Html Css Color HEX #D2938B Petite Orchid

📋 copy color: '#D2938B'

red 210 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #D2938B

Tints of Petite Orchid #D2938B

RGB

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

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

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

R = 42.34%
G = 29.64%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2938B (or 0xD2938B) is known color: Petite Orchid. HEX triplet: D2, 93 and 8B. RGB value is (210,147,139). Sum of RGB (Red+Green+Blue) = 210+147+139=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2938B is #2D6C74. Grayscale: #A5A5A5. Windows color (decimal): -2976885 or 9147346. OLE color: 9147346.

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

Color convert

RGB 210 147 139 -
CMYK 0 0.30 0.34 0.18
HSL 6.76º 0.44% 0.68% -
HSV(B) 6.76º 0.34% 0.82% -
XYZ 41.67 36.43 29.26 -
YUV 164.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 210 147 139 0 0.30 0.34 0.18 6.76 0.44 0.68
Hex D2 93 8B 0 1E 22 12 7 2C 44
Octal 322 223 213 0 36 42 22 7 54 104
Binary 11010010 10010011 10001011 0 11110 100010 10010 111 101100 1000100

Color Harmonies of #D2938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2938B

Black with #D2938B

Text Example


Text Example

White with #D2938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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