Html Css Color HEX #D4958A Petite Orchid

📋 copy color: '#D4958A'

red 212 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #D4958A

Tints of Petite Orchid #D4958A

RGB

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

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

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

R = 42.48%
G = 29.86%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4958A (or 0xD4958A) is known color: Petite Orchid. HEX triplet: D4, 95 and 8A. RGB value is (212,149,138). Sum of RGB (Red+Green+Blue) = 212+149+138=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4958A is #2B6A75. Grayscale: #A6A6A6. Windows color (decimal): -2845302 or 9082324. OLE color: 9082324.

HSL color Cylindrical-coordinate representation of color #D4958A: hue angle of 8.92º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4958A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 138 -
CMYK 0 0.30 0.35 0.17
HSL 8.92º 0.46% 0.69% -
HSV(B) 8.92º 0.35% 0.83% -
XYZ 42.49 37.33 29.01 -
YUV 166.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 212 149 138 0 0.30 0.35 0.17 8.92 0.46 0.69
Hex D4 95 8A 0 1E 23 11 9 2E 45
Octal 324 225 212 0 36 43 21 11 56 105
Binary 11010100 10010101 10001010 0 11110 100011 10001 1001 101110 1000101

Color Harmonies of #D4958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4958A

Black with #D4958A

Text Example


Text Example

White with #D4958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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