Html Css Color HEX #DC9898 Petite Orchid

📋 copy color: '#DC9898'

red 220 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #DC9898

Tints of Petite Orchid #DC9898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

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

R = 41.98%
G = 29.01%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC9898 (or 0xDC9898) is known color: Petite Orchid. HEX triplet: DC, 98 and 98. RGB value is (220,152,152). Sum of RGB (Red+Green+Blue) = 220+152+152=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9898 is #236767. Grayscale: #ACACAC. Windows color (decimal): -2320232 or 10000604. OLE color: 10000604.

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

Color convert

RGB 220 152 152 -
CMYK 0 0.31 0.31 0.14
HSL 0.49% 0.73% -
HSV(B) 0.31% 0.86% -
XYZ 46.41 39.94 34.97 -
YUV 172.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 220 152 152 0 0.31 0.31 0.14 0 0.49 0.73
Hex DC 98 98 0 1F 1F E 0 31 49
Octal 334 230 230 0 37 37 16 0 61 111
Binary 11011100 10011000 10011000 0 11111 11111 1110 0 110001 1001001

Color Harmonies of #DC9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9898

Black with #DC9898

Text Example


Text Example

White with #DC9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9898; }

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

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

background-color css

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

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

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

border-color css

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

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

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