Html Css Color HEX #DF918A Petite Orchid

📋 copy color: '#DF918A'

red 223 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #DF918A

Tints of Petite Orchid #DF918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 44.07%
G = 28.66%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF918A (or 0xDF918A) is known color: Petite Orchid. HEX triplet: DF, 91 and 8A. RGB value is (223,145,138). Sum of RGB (Red+Green+Blue) = 223+145+138=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF918A is #206E75. Grayscale: #A7A7A7. Windows color (decimal): -2125430 or 9081311. OLE color: 9081311.

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

Color convert

RGB 223 145 138 -
CMYK 0 0.35 0.38 0.13
HSL 4.94º 0.57% 0.71% -
HSV(B) 4.94º 0.38% 0.87% -
XYZ 45.14 37.77 28.96 -
YUV 167.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 223 145 138 0 0.35 0.38 0.13 4.94 0.57 0.71
Hex DF 91 8A 0 23 26 D 5 39 47
Octal 337 221 212 0 43 46 15 5 71 107
Binary 11011111 10010001 10001010 0 100011 100110 1101 101 111001 1000111

Color Harmonies of #DF918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF918A

Black with #DF918A

Text Example


Text Example

White with #DF918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF918A; }

 p { color: rgb(223,145,138); }

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

background-color css

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

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

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

border-color css

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

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

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