Html Css Color HEX #DF948D Petite Orchid

📋 copy color: '#DF948D'

red 223 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #DF948D

Tints of Petite Orchid #DF948D

RGB

 RED value IS 223 (87.5% from 255) = 43.55%

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 43.55%
G = 28.91%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF948D (or 0xDF948D) is known color: Petite Orchid. HEX triplet: DF, 94 and 8D. RGB value is (223,148,141). Sum of RGB (Red+Green+Blue) = 223+148+141=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF948D is #206B72. Grayscale: #A9A9A9. Windows color (decimal): -2124659 or 9278687. OLE color: 9278687.

HSL color Cylindrical-coordinate representation of color #DF948D: hue angle of 5.12º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF948D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 141 -
CMYK 0 0.34 0.37 0.13
HSL 5.12º 0.56% 0.71% -
HSV(B) 5.12º 0.37% 0.87% -
XYZ 45.83 38.79 30.27 -
YUV 169.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 223 148 141 0 0.34 0.37 0.13 5.12 0.56 0.71
Hex DF 94 8D 0 22 25 D 5 38 47
Octal 337 224 215 0 42 45 15 5 70 107
Binary 11011111 10010100 10001101 0 100010 100101 1101 101 111000 1000111

Color Harmonies of #DF948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF948D

Black with #DF948D

Text Example


Text Example

White with #DF948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF948D; }

 p { color: rgb(223,148,141); }

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

background-color css

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

 a { background-color: rgb(223,148,141); }

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

border-color css

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

 span { border-color: rgb(223,148,141); }

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