Html Css Color HEX #DD9690 Petite Orchid

📋 copy color: '#DD9690'

red 221 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #DD9690

Tints of Petite Orchid #DD9690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 42.91%
G = 29.13%
B = 27.96%

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

#DD9690 (or 0xDD9690) is known color: Petite Orchid. HEX triplet: DD, 96 and 90. RGB value is (221,150,144). Sum of RGB (Red+Green+Blue) = 221+150+144=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9690 is #22696F. Grayscale: #AAAAAA. Windows color (decimal): -2255216 or 9475805. OLE color: 9475805.

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

Color convert

RGB 221 150 144 -
CMYK 0 0.32 0.35 0.13
HSL 4.68º 0.53% 0.72% -
HSV(B) 4.68º 0.35% 0.87% -
XYZ 45.76 39.2 31.54 -
YUV 170.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 221 150 144 0 0.32 0.35 0.13 4.68 0.53 0.72
Hex DD 96 90 0 20 23 D 5 35 48
Octal 335 226 220 0 40 43 15 5 65 110
Binary 11011101 10010110 10010000 0 100000 100011 1101 101 110101 1001000

Color Harmonies of #DD9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9690

Black with #DD9690

Text Example


Text Example

White with #DD9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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