Html Css Color HEX #DD968D Petite Orchid

📋 copy color: '#DD968D'

red 221 ◦ green 150 ◦ blue 141

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

Shades of Petite Orchid #DD968D

Tints of Petite Orchid #DD968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

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

R = 43.16%
G = 29.3%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD968D (or 0xDD968D) is known color: Petite Orchid. HEX triplet: DD, 96 and 8D. RGB value is (221,150,141). Sum of RGB (Red+Green+Blue) = 221+150+141=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968D is #226972. Grayscale: #AAAAAA. Windows color (decimal): -2255219 or 9279197. OLE color: 9279197.

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

Color convert

RGB 221 150 141 -
CMYK 0 0.32 0.36 0.13
HSL 6.75º 0.54% 0.71% -
HSV(B) 6.75º 0.36% 0.87% -
XYZ 45.53 39.11 30.35 -
YUV 170.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 221 150 141 0 0.32 0.36 0.13 6.75 0.54 0.71
Hex DD 96 8D 0 20 24 D 7 36 47
Octal 335 226 215 0 40 44 15 7 66 107
Binary 11011101 10010110 10001101 0 100000 100100 1101 111 110110 1000111

Color Harmonies of #DD968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD968D

Black with #DD968D

Text Example


Text Example

White with #DD968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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