Html Css Color HEX #DF908F Petite Orchid

📋 copy color: '#DF908F'

red 223 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #DF908F

Tints of Petite Orchid #DF908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 43.73%
G = 28.24%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF908F (or 0xDF908F) is known color: Petite Orchid. HEX triplet: DF, 90 and 8F. RGB value is (223,144,143). Sum of RGB (Red+Green+Blue) = 223+144+143=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF908F is #206F70. Grayscale: #A7A7A7. Windows color (decimal): -2125681 or 9408735. OLE color: 9408735.

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

Color convert

RGB 223 144 143 -
CMYK 0 0.35 0.36 0.13
HSL 0.75º 0.56% 0.72% -
HSV(B) 0.75º 0.36% 0.87% -
XYZ 45.36 37.62 30.86 -
YUV 167.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 223 144 143 0 0.35 0.36 0.13 0.75 0.56 0.72
Hex DF 90 8F 0 23 24 D 1 38 48
Octal 337 220 217 0 43 44 15 1 70 110
Binary 11011111 10010000 10001111 0 100011 100100 1101 1 111000 1001000

Color Harmonies of #DF908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF908F

Black with #DF908F

Text Example


Text Example

White with #DF908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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