Html Css Color HEX #DF908B Petite Orchid

📋 copy color: '#DF908B'

red 223 ◦ green 144 ◦ blue 139

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

Shades of Petite Orchid #DF908B

Tints of Petite Orchid #DF908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 44.07%
G = 28.46%
B = 27.47%

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

#DF908B (or 0xDF908B) is known color: Petite Orchid. HEX triplet: DF, 90 and 8B. RGB value is (223,144,139). Sum of RGB (Red+Green+Blue) = 223+144+139=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF908B is #206F74. Grayscale: #A7A7A7. Windows color (decimal): -2125685 or 9146591. OLE color: 9146591.

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

Color convert

RGB 223 144 139 -
CMYK 0 0.35 0.38 0.13
HSL 3.57º 0.57% 0.71% -
HSV(B) 3.57º 0.38% 0.87% -
XYZ 45.06 37.5 29.29 -
YUV 167.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 223 144 139 0 0.35 0.38 0.13 3.57 0.57 0.71
Hex DF 90 8B 0 23 26 D 4 39 47
Octal 337 220 213 0 43 46 15 4 71 107
Binary 11011111 10010000 10001011 0 100011 100110 1101 100 111001 1000111

Color Harmonies of #DF908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF908B

Black with #DF908B

Text Example


Text Example

White with #DF908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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