Html Css Color HEX #DF908C Petite Orchid

📋 copy color: '#DF908C'

red 223 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #DF908C

Tints of Petite Orchid #DF908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

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

R = 43.98%
G = 28.4%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF908C (or 0xDF908C) is known color: Petite Orchid. HEX triplet: DF, 90 and 8C. RGB value is (223,144,140). Sum of RGB (Red+Green+Blue) = 223+144+140=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF908C is #206F73. Grayscale: #A7A7A7. Windows color (decimal): -2125684 or 9212127. OLE color: 9212127.

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

Color convert

RGB 223 144 140 -
CMYK 0 0.35 0.37 0.13
HSL 2.89º 0.56% 0.71% -
HSV(B) 2.89º 0.37% 0.87% -
XYZ 45.14 37.53 29.68 -
YUV 167.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 223 144 140 0 0.35 0.37 0.13 2.89 0.56 0.71
Hex DF 90 8C 0 23 25 D 3 38 47
Octal 337 220 214 0 43 45 15 3 70 107
Binary 11011111 10010000 10001100 0 100011 100101 1101 11 111000 1000111

Color Harmonies of #DF908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF908C

Black with #DF908C

Text Example


Text Example

White with #DF908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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