Html Css Color HEX #DD908A Petite Orchid

📋 copy color: '#DD908A'

red 221 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #DD908A

Tints of Petite Orchid #DD908A

RGB

 RED value IS 221 (86.72% from 255) = 43.94%

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

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

R = 43.94%
G = 28.63%
B = 27.44%

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

#DD908A (or 0xDD908A) is known color: Petite Orchid. HEX triplet: DD, 90 and 8A. RGB value is (221,144,138). Sum of RGB (Red+Green+Blue) = 221+144+138=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908A is #226F75. Grayscale: #A6A6A6. Windows color (decimal): -2256758 or 9081053. OLE color: 9081053.

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

Color convert

RGB 221 144 138 -
CMYK 0 0.35 0.38 0.13
HSL 4.34º 0.55% 0.7% -
HSV(B) 4.34º 0.38% 0.87% -
XYZ 44.38 37.15 28.88 -
YUV 166.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 221 144 138 0 0.35 0.38 0.13 4.34 0.55 0.7
Hex DD 90 8A 0 23 26 D 4 37 46
Octal 335 220 212 0 43 46 15 4 67 106
Binary 11011101 10010000 10001010 0 100011 100110 1101 100 110111 1000110

Color Harmonies of #DD908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD908A

Black with #DD908A

Text Example


Text Example

White with #DD908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD908A; }

 p { color: rgb(221,144,138); }

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

background-color css

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

 a { background-color: rgb(221,144,138); }

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

border-color css

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

 span { border-color: rgb(221,144,138); }

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