Html Css Color HEX #DD968F Petite Orchid

📋 copy color: '#DD968F'

red 221 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #DD968F

Tints of Petite Orchid #DD968F

RGB

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

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

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

R = 43%
G = 29.18%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD968F (or 0xDD968F) is known color: Petite Orchid. HEX triplet: DD, 96 and 8F. RGB value is (221,150,143). Sum of RGB (Red+Green+Blue) = 221+150+143=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968F is #226970. Grayscale: #AAAAAA. Windows color (decimal): -2255217 or 9410269. OLE color: 9410269.

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

Color convert

RGB 221 150 143 -
CMYK 0 0.32 0.35 0.13
HSL 5.38º 0.53% 0.71% -
HSV(B) 5.38º 0.35% 0.87% -
XYZ 45.68 39.17 31.14 -
YUV 170.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 221 150 143 0 0.32 0.35 0.13 5.38 0.53 0.71
Hex DD 96 8F 0 20 23 D 5 35 47
Octal 335 226 217 0 40 43 15 5 65 107
Binary 11011101 10010110 10001111 0 100000 100011 1101 101 110101 1000111

Color Harmonies of #DD968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD968F

Black with #DD968F

Text Example


Text Example

White with #DD968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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