Html Css Color HEX #DF9898 Petite Orchid

📋 copy color: '#DF9898'

red 223 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #DF9898

Tints of Petite Orchid #DF9898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 42.31%
G = 28.84%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF9898 (or 0xDF9898) is known color: Petite Orchid. HEX triplet: DF, 98 and 98. RGB value is (223,152,152). Sum of RGB (Red+Green+Blue) = 223+152+152=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9898 is #206767. Grayscale: #ADADAD. Windows color (decimal): -2123624 or 10000607. OLE color: 10000607.

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

Color convert

RGB 223 152 152 -
CMYK 0 0.32 0.32 0.13
HSL 0.53% 0.74% -
HSV(B) 0.32% 0.87% -
XYZ 47.33 40.41 35.01 -
YUV 173.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 223 152 152 0 0.32 0.32 0.13 0 0.53 0.74
Hex DF 98 98 0 20 20 D 0 35 4A
Octal 337 230 230 0 40 40 15 0 65 112
Binary 11011111 10011000 10011000 0 100000 100000 1101 0 110101 1001010

Color Harmonies of #DF9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9898

Black with #DF9898

Text Example


Text Example

White with #DF9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9898; }

 p { color: rgb(223,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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