Html Css Color HEX #D4928D Petite Orchid

📋 copy color: '#D4928D'

red 212 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #D4928D

Tints of Petite Orchid #D4928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.26%

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

R = 42.48%
G = 29.26%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4928D (or 0xD4928D) is known color: Petite Orchid. HEX triplet: D4, 92 and 8D. RGB value is (212,146,141). Sum of RGB (Red+Green+Blue) = 212+146+141=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4928D is #2B6D72. Grayscale: #A5A5A5. Windows color (decimal): -2846067 or 9278164. OLE color: 9278164.

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

Color convert

RGB 212 146 141 -
CMYK 0 0.31 0.33 0.17
HSL 4.23º 0.45% 0.69% -
HSV(B) 4.23º 0.33% 0.83% -
XYZ 42.24 36.48 30.01 -
YUV 165.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 212 146 141 0 0.31 0.33 0.17 4.23 0.45 0.69
Hex D4 92 8D 0 1F 21 11 4 2D 45
Octal 324 222 215 0 37 41 21 4 55 105
Binary 11010100 10010010 10001101 0 11111 100001 10001 100 101101 1000101

Color Harmonies of #D4928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4928D

Black with #D4928D

Text Example


Text Example

White with #D4928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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