Html Css Color HEX #D4998F Petite Orchid

📋 copy color: '#D4998F'

red 212 ◦ green 153 ◦ blue 143

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

Shades of Petite Orchid #D4998F

Tints of Petite Orchid #D4998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.12%

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

R = 41.73%
G = 30.12%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4998F (or 0xD4998F) is known color: Petite Orchid. HEX triplet: D4, 99 and 8F. RGB value is (212,153,143). Sum of RGB (Red+Green+Blue) = 212+153+143=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4998F is #2B6670. Grayscale: #A9A9A9. Windows color (decimal): -2844273 or 9411028. OLE color: 9411028.

HSL color Cylindrical-coordinate representation of color #D4998F: hue angle of 8.7º 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 #D4998F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 143 -
CMYK 0 0.28 0.33 0.17
HSL 8.7º 0.45% 0.7% -
HSV(B) 8.7º 0.33% 0.83% -
XYZ 43.5 38.76 31.18 -
YUV 169.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 212 153 143 0 0.28 0.33 0.17 8.7 0.45 0.7
Hex D4 99 8F 0 1C 21 11 9 2D 46
Octal 324 231 217 0 34 41 21 11 55 106
Binary 11010100 10011001 10001111 0 11100 100001 10001 1001 101101 1000110

Color Harmonies of #D4998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4998F

Black with #D4998F

Text Example


Text Example

White with #D4998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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