Html Css Color HEX #D2958A Petite Orchid

📋 copy color: '#D2958A'

red 210 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #D2958A

Tints of Petite Orchid #D2958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 42.25%
G = 29.98%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2958A (or 0xD2958A) is known color: Petite Orchid. HEX triplet: D2, 95 and 8A. RGB value is (210,149,138). Sum of RGB (Red+Green+Blue) = 210+149+138=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2958A is #2D6A75. Grayscale: #A6A6A6. Windows color (decimal): -2976374 or 9082322. OLE color: 9082322.

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

Color convert

RGB 210 149 138 -
CMYK 0 0.29 0.34 0.18
HSL 9.17º 0.44% 0.68% -
HSV(B) 9.17º 0.34% 0.82% -
XYZ 41.91 37.03 28.98 -
YUV 165.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 210 149 138 0 0.29 0.34 0.18 9.17 0.44 0.68
Hex D2 95 8A 0 1D 22 12 9 2C 44
Octal 322 225 212 0 35 42 22 11 54 104
Binary 11010010 10010101 10001010 0 11101 100010 10010 1001 101100 1000100

Color Harmonies of #D2958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2958A

Black with #D2958A

Text Example


Text Example

White with #D2958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2958A; }

 p { color: rgb(210,149,138); }

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

background-color css

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

 a { background-color: rgb(210,149,138); }

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

border-color css

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

 span { border-color: rgb(210,149,138); }

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