Html Css Color HEX #DD918A Petite Orchid

📋 copy color: '#DD918A'

red 221 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #DD918A

Tints of Petite Orchid #DD918A

RGB

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

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

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

R = 43.85%
G = 28.77%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD918A (or 0xDD918A) is known color: Petite Orchid. HEX triplet: DD, 91 and 8A. RGB value is (221,145,138). Sum of RGB (Red+Green+Blue) = 221+145+138=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918A is #226E75. Grayscale: #A7A7A7. Windows color (decimal): -2256502 or 9081309. OLE color: 9081309.

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

Color convert

RGB 221 145 138 -
CMYK 0 0.34 0.38 0.13
HSL 5.06º 0.55% 0.7% -
HSV(B) 5.06º 0.38% 0.87% -
XYZ 44.53 37.46 28.93 -
YUV 166.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 221 145 138 0 0.34 0.38 0.13 5.06 0.55 0.7
Hex DD 91 8A 0 22 26 D 5 37 46
Octal 335 221 212 0 42 46 15 5 67 106
Binary 11011101 10010001 10001010 0 100010 100110 1101 101 110111 1000110

Color Harmonies of #DD918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD918A

Black with #DD918A

Text Example


Text Example

White with #DD918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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