Html Css Color HEX #DF9488 Petite Orchid

📋 copy color: '#DF9488'

red 223 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #DF9488

Tints of Petite Orchid #DF9488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.82%

R = 43.98%
G = 29.19%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF9488 (or 0xDF9488) is known color: Petite Orchid. HEX triplet: DF, 94 and 88. RGB value is (223,148,136). Sum of RGB (Red+Green+Blue) = 223+148+136=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9488 is #206B77. Grayscale: #A9A9A9. Windows color (decimal): -2124664 or 8951007. OLE color: 8951007.

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

Color convert

RGB 223 148 136 -
CMYK 0 0.34 0.39 0.13
HSL 8.28º 0.58% 0.7% -
HSV(B) 8.28º 0.39% 0.87% -
XYZ 45.47 38.65 28.36 -
YUV 169.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 223 148 136 0 0.34 0.39 0.13 8.28 0.58 0.7
Hex DF 94 88 0 22 27 D 8 3A 46
Octal 337 224 210 0 42 47 15 10 72 106
Binary 11011111 10010100 10001000 0 100010 100111 1101 1000 111010 1000110

Color Harmonies of #DF9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9488

Black with #DF9488

Text Example


Text Example

White with #DF9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9488; }

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

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

background-color css

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

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

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

border-color css

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

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

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