Html Css Color HEX #D4958F Petite Orchid

📋 copy color: '#D4958F'

red 212 ◦ green 149 ◦ blue 143

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

Shades of Petite Orchid #D4958F

Tints of Petite Orchid #D4958F

RGB

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

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

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

R = 42.06%
G = 29.56%
B = 28.37%

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

#D4958F (or 0xD4958F) is known color: Petite Orchid. HEX triplet: D4, 95 and 8F. RGB value is (212,149,143). Sum of RGB (Red+Green+Blue) = 212+149+143=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4958F is #2B6A70. Grayscale: #A7A7A7. Windows color (decimal): -2845297 or 9410004. OLE color: 9410004.

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

Color convert

RGB 212 149 143 -
CMYK 0 0.30 0.33 0.17
HSL 5.22º 0.45% 0.7% -
HSV(B) 5.22º 0.33% 0.83% -
XYZ 42.86 37.48 30.96 -
YUV 167.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 212 149 143 0 0.30 0.33 0.17 5.22 0.45 0.7
Hex D4 95 8F 0 1E 21 11 5 2D 46
Octal 324 225 217 0 36 41 21 5 55 106
Binary 11010100 10010101 10001111 0 11110 100001 10001 101 101101 1000110

Color Harmonies of #D4958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4958F

Black with #D4958F

Text Example


Text Example

White with #D4958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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