Html Css Color HEX #D4998D Petite Orchid

📋 copy color: '#D4998D'

red 212 ◦ green 153 ◦ blue 141

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

Shades of Petite Orchid #D4998D

Tints of Petite Orchid #D4998D

RGB

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

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

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

R = 41.9%
G = 30.24%
B = 27.87%

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

#D4998D (or 0xD4998D) is known color: Petite Orchid. HEX triplet: D4, 99 and 8D. RGB value is (212,153,141). Sum of RGB (Red+Green+Blue) = 212+153+141=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4998D is #2B6672. Grayscale: #A9A9A9. Windows color (decimal): -2844275 or 9279956. OLE color: 9279956.

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

Color convert

RGB 212 153 141 -
CMYK 0 0.28 0.33 0.17
HSL 10.14º 0.45% 0.69% -
HSV(B) 10.14º 0.33% 0.83% -
XYZ 43.35 38.7 30.38 -
YUV 169.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 212 153 141 0 0.28 0.33 0.17 10.14 0.45 0.69
Hex D4 99 8D 0 1C 21 11 A 2D 45
Octal 324 231 215 0 34 41 21 12 55 105
Binary 11010100 10011001 10001101 0 11100 100001 10001 1010 101101 1000101

Color Harmonies of #D4998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4998D

Black with #D4998D

Text Example


Text Example

White with #D4998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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