Html Css Color HEX #DD908D Petite Orchid

📋 copy color: '#DD908D'

red 221 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #DD908D

Tints of Petite Orchid #DD908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 43.68%
G = 28.46%
B = 27.87%

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

#DD908D (or 0xDD908D) is known color: Petite Orchid. HEX triplet: DD, 90 and 8D. RGB value is (221,144,141). Sum of RGB (Red+Green+Blue) = 221+144+141=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD908D is #226F72. Grayscale: #A6A6A6. Windows color (decimal): -2256755 or 9277661. OLE color: 9277661.

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

Color convert

RGB 221 144 141 -
CMYK 0 0.35 0.36 0.13
HSL 2.25º 0.54% 0.71% -
HSV(B) 2.25º 0.36% 0.87% -
XYZ 44.6 37.24 30.04 -
YUV 166.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 221 144 141 0 0.35 0.36 0.13 2.25 0.54 0.71
Hex DD 90 8D 0 23 24 D 2 36 47
Octal 335 220 215 0 43 44 15 2 66 107
Binary 11011101 10010000 10001101 0 100011 100100 1101 10 110110 1000111

Color Harmonies of #DD908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD908D

Black with #DD908D

Text Example


Text Example

White with #DD908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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