Html Css Color HEX #D4958D Petite Orchid

📋 copy color: '#D4958D'

red 212 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #D4958D

Tints of Petite Orchid #D4958D

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 42.23%
G = 29.68%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4958D (or 0xD4958D) is known color: Petite Orchid. HEX triplet: D4, 95 and 8D. RGB value is (212,149,141). Sum of RGB (Red+Green+Blue) = 212+149+141=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4958D is #2B6A72. Grayscale: #A7A7A7. Windows color (decimal): -2845299 or 9278932. OLE color: 9278932.

HSL color Cylindrical-coordinate representation of color #D4958D: 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.33%. Process color model (Four color, CMYK) of #D4958D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 141 -
CMYK 0 0.30 0.33 0.17
HSL 6.76º 0.45% 0.69% -
HSV(B) 6.76º 0.33% 0.83% -
XYZ 42.71 37.42 30.17 -
YUV 166.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 212 149 141 0 0.30 0.33 0.17 6.76 0.45 0.69
Hex D4 95 8D 0 1E 21 11 7 2D 45
Octal 324 225 215 0 36 41 21 7 55 105
Binary 11010100 10010101 10001101 0 11110 100001 10001 111 101101 1000101

Color Harmonies of #D4958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4958D

Black with #D4958D

Text Example


Text Example

White with #D4958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4958D; }

 p { color: rgb(212,149,141); }

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

background-color css

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

 a { background-color: rgb(212,149,141); }

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

border-color css

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

 span { border-color: rgb(212,149,141); }

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