Html Css Color HEX #DD968C Petite Orchid

📋 copy color: '#DD968C'

red 221 ◦ green 150 ◦ blue 140

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

Shades of Petite Orchid #DD968C

Tints of Petite Orchid #DD968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 43.25%
G = 29.35%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD968C (or 0xDD968C) is known color: Petite Orchid. HEX triplet: DD, 96 and 8C. RGB value is (221,150,140). Sum of RGB (Red+Green+Blue) = 221+150+140=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968C is #226973. Grayscale: #AAAAAA. Windows color (decimal): -2255220 or 9213661. OLE color: 9213661.

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

Color convert

RGB 221 150 140 -
CMYK 0 0.32 0.37 0.13
HSL 7.41º 0.54% 0.71% -
HSV(B) 7.41º 0.37% 0.87% -
XYZ 45.46 39.08 29.96 -
YUV 170.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 221 150 140 0 0.32 0.37 0.13 7.41 0.54 0.71
Hex DD 96 8C 0 20 25 D 7 36 47
Octal 335 226 214 0 40 45 15 7 66 107
Binary 11011101 10010110 10001100 0 100000 100101 1101 111 110110 1000111

Color Harmonies of #DD968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD968C

Black with #DD968C

Text Example


Text Example

White with #DD968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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