Html Css Color HEX #DF948B Petite Orchid

📋 copy color: '#DF948B'

red 223 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #DF948B

Tints of Petite Orchid #DF948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 43.73%
G = 29.02%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF948B (or 0xDF948B) is known color: Petite Orchid. HEX triplet: DF, 94 and 8B. RGB value is (223,148,139). Sum of RGB (Red+Green+Blue) = 223+148+139=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF948B is #206B74. Grayscale: #A9A9A9. Windows color (decimal): -2124661 or 9147615. OLE color: 9147615.

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

Color convert

RGB 223 148 139 -
CMYK 0 0.34 0.38 0.13
HSL 6.43º 0.57% 0.71% -
HSV(B) 6.43º 0.38% 0.87% -
XYZ 45.68 38.73 29.49 -
YUV 169.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 223 148 139 0 0.34 0.38 0.13 6.43 0.57 0.71
Hex DF 94 8B 0 22 26 D 6 39 47
Octal 337 224 213 0 42 46 15 6 71 107
Binary 11011111 10010100 10001011 0 100010 100110 1101 110 111001 1000111

Color Harmonies of #DF948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF948B

Black with #DF948B

Text Example


Text Example

White with #DF948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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