Html Css Color HEX #DC9998 Petite Orchid

📋 copy color: '#DC9998'

red 220 ◦ green 153 ◦ blue 152

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

Shades of Petite Orchid #DC9998

Tints of Petite Orchid #DC9998

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

 GREEN value IS 153 (60.16% from 255) = 29.14%

 BLUE value IS 152 (59.77% from 255) = 28.95%

R = 41.9%
G = 29.14%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC9998 (or 0xDC9998) is known color: Petite Orchid. HEX triplet: DC, 99 and 98. RGB value is (220,153,152). Sum of RGB (Red+Green+Blue) = 220+153+152=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9998 is #236667. Grayscale: #ACACAC. Windows color (decimal): -2319976 or 10000860. OLE color: 10000860.

HSL color Cylindrical-coordinate representation of color #DC9998: hue angle of 0.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9998 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 152 -
CMYK 0 0.30 0.31 0.14
HSL 0.88º 0.49% 0.73% -
HSV(B) 0.88º 0.31% 0.86% -
XYZ 46.57 40.27 35.02 -
YUV 172.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 220 153 152 0 0.30 0.31 0.14 0.88 0.49 0.73
Hex DC 99 98 0 1E 1F E 1 31 49
Octal 334 231 230 0 36 37 16 1 61 111
Binary 11011100 10011001 10011000 0 11110 11111 1110 1 110001 1001001

Color Harmonies of #DC9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9998

Black with #DC9998

Text Example


Text Example

White with #DC9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9998; }

 p { color: rgb(220,153,152); }

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

background-color css

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

 a { background-color: rgb(220,153,152); }

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

border-color css

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

 span { border-color: rgb(220,153,152); }

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