Html Css Color HEX #DD918F Petite Orchid

📋 copy color: '#DD918F'

red 221 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #DD918F

Tints of Petite Orchid #DD918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 43.42%
G = 28.49%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD918F (or 0xDD918F) is known color: Petite Orchid. HEX triplet: DD, 91 and 8F. RGB value is (221,145,143). Sum of RGB (Red+Green+Blue) = 221+145+143=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD918F is #226E70. Grayscale: #A7A7A7. Windows color (decimal): -2256497 or 9408989. OLE color: 9408989.

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

Color convert

RGB 221 145 143 -
CMYK 0 0.34 0.35 0.13
HSL 1.54º 0.53% 0.71% -
HSV(B) 1.54º 0.35% 0.87% -
XYZ 44.9 37.61 30.88 -
YUV 167.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 221 145 143 0 0.34 0.35 0.13 1.54 0.53 0.71
Hex DD 91 8F 0 22 23 D 2 35 47
Octal 335 221 217 0 42 43 15 2 65 107
Binary 11011101 10010001 10001111 0 100010 100011 1101 10 110101 1000111

Color Harmonies of #DD918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD918F

Black with #DD918F

Text Example


Text Example

White with #DD918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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