Html Css Color HEX #DF948E Petite Orchid

📋 copy color: '#DF948E'

red 223 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #DF948E

Tints of Petite Orchid #DF948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 43.47%
G = 28.85%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF948E (or 0xDF948E) is known color: Petite Orchid. HEX triplet: DF, 94 and 8E. RGB value is (223,148,142). Sum of RGB (Red+Green+Blue) = 223+148+142=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF948E is #206B71. Grayscale: #A9A9A9. Windows color (decimal): -2124658 or 9344223. OLE color: 9344223.

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

Color convert

RGB 223 148 142 -
CMYK 0 0.34 0.36 0.13
HSL 4.44º 0.56% 0.72% -
HSV(B) 4.44º 0.36% 0.87% -
XYZ 45.9 38.82 30.66 -
YUV 169.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 223 148 142 0 0.34 0.36 0.13 4.44 0.56 0.72
Hex DF 94 8E 0 22 24 D 4 38 48
Octal 337 224 216 0 42 44 15 4 70 110
Binary 11011111 10010100 10001110 0 100010 100100 1101 100 111000 1001000

Color Harmonies of #DF948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF948E

Black with #DF948E

Text Example


Text Example

White with #DF948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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