Html Css Color HEX #DF908E Petite Orchid

📋 copy color: '#DF908E'

red 223 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #DF908E

Tints of Petite Orchid #DF908E

RGB

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

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

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

R = 43.81%
G = 28.29%
B = 27.9%

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

#DF908E (or 0xDF908E) is known color: Petite Orchid. HEX triplet: DF, 90 and 8E. RGB value is (223,144,142). Sum of RGB (Red+Green+Blue) = 223+144+142=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF908E is #206F71. Grayscale: #A7A7A7. Windows color (decimal): -2125682 or 9343199. OLE color: 9343199.

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

Color convert

RGB 223 144 142 -
CMYK 0 0.35 0.36 0.13
HSL 1.48º 0.56% 0.72% -
HSV(B) 1.48º 0.36% 0.87% -
XYZ 45.29 37.59 30.46 -
YUV 167.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 223 144 142 0 0.35 0.36 0.13 1.48 0.56 0.72
Hex DF 90 8E 0 23 24 D 1 38 48
Octal 337 220 216 0 43 44 15 1 70 110
Binary 11011111 10010000 10001110 0 100011 100100 1101 1 111000 1001000

Color Harmonies of #DF908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF908E

Black with #DF908E

Text Example


Text Example

White with #DF908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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