Html Css Color HEX #DD908E Petite Orchid

📋 copy color: '#DD908E'

red 221 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #DD908E

Tints of Petite Orchid #DD908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 43.59%
G = 28.4%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD908E (or 0xDD908E) is known color: Petite Orchid. HEX triplet: DD, 90 and 8E. RGB value is (221,144,142). Sum of RGB (Red+Green+Blue) = 221+144+142=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908E is #226F71. Grayscale: #A6A6A6. Windows color (decimal): -2256754 or 9343197. OLE color: 9343197.

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

Color convert

RGB 221 144 142 -
CMYK 0 0.35 0.36 0.13
HSL 1.52º 0.54% 0.71% -
HSV(B) 1.52º 0.36% 0.87% -
XYZ 44.67 37.27 30.43 -
YUV 166.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 221 144 142 0 0.35 0.36 0.13 1.52 0.54 0.71
Hex DD 90 8E 0 23 24 D 2 36 47
Octal 335 220 216 0 43 44 15 2 66 107
Binary 11011101 10010000 10001110 0 100011 100100 1101 10 110110 1000111

Color Harmonies of #DD908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD908E

Black with #DD908E

Text Example


Text Example

White with #DD908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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