Html Css Color HEX #DD958A Petite Orchid

📋 copy color: '#DD958A'

red 221 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #DD958A

Tints of Petite Orchid #DD958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 43.5%
G = 29.33%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD958A (or 0xDD958A) is known color: Petite Orchid. HEX triplet: DD, 95 and 8A. RGB value is (221,149,138). Sum of RGB (Red+Green+Blue) = 221+149+138=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958A is #226A75. Grayscale: #A9A9A9. Windows color (decimal): -2255478 or 9082333. OLE color: 9082333.

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

Color convert

RGB 221 149 138 -
CMYK 0 0.33 0.38 0.13
HSL 7.95º 0.55% 0.7% -
HSV(B) 7.95º 0.38% 0.87% -
XYZ 45.15 38.7 29.14 -
YUV 169.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 221 149 138 0 0.33 0.38 0.13 7.95 0.55 0.7
Hex DD 95 8A 0 21 26 D 8 37 46
Octal 335 225 212 0 41 46 15 10 67 106
Binary 11011101 10010101 10001010 0 100001 100110 1101 1000 110111 1000110

Color Harmonies of #DD958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD958A

Black with #DD958A

Text Example


Text Example

White with #DD958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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