Html Css Color HEX #DF948C Petite Orchid

📋 copy color: '#DF948C'

red 223 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #DF948C

Tints of Petite Orchid #DF948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 43.64%
G = 28.96%
B = 27.4%

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

#DF948C (or 0xDF948C) is known color: Petite Orchid. HEX triplet: DF, 94 and 8C. RGB value is (223,148,140). Sum of RGB (Red+Green+Blue) = 223+148+140=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF948C is #206B73. Grayscale: #A9A9A9. Windows color (decimal): -2124660 or 9213151. OLE color: 9213151.

HSL color Cylindrical-coordinate representation of color #DF948C: hue angle of 5.78º 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 #DF948C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 140 -
CMYK 0 0.34 0.37 0.13
HSL 5.78º 0.56% 0.71% -
HSV(B) 5.78º 0.37% 0.87% -
XYZ 45.75 38.76 29.88 -
YUV 169.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 223 148 140 0 0.34 0.37 0.13 5.78 0.56 0.71
Hex DF 94 8C 0 22 25 D 6 38 47
Octal 337 224 214 0 42 45 15 6 70 107
Binary 11011111 10010100 10001100 0 100010 100101 1101 110 111000 1000111

Color Harmonies of #DF948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF948C

Black with #DF948C

Text Example


Text Example

White with #DF948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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