Html Css Color HEX #DA9898 Petite Orchid

📋 copy color: '#DA9898'

red 218 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #DA9898

Tints of Petite Orchid #DA9898

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

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

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

R = 41.76%
G = 29.12%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9898 (or 0xDA9898) is known color: Petite Orchid. HEX triplet: DA, 98 and 98. RGB value is (218,152,152). Sum of RGB (Red+Green+Blue) = 218+152+152=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9898 is #256767. Grayscale: #ABABAB. Windows color (decimal): -2451304 or 10000602. OLE color: 10000602.

HSL color Cylindrical-coordinate representation of color #DA9898: hue angle of 0º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9898 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 152 -
CMYK 0 0.30 0.30 0.15
HSL 0.47% 0.73% -
HSV(B) 0.3% 0.85% -
XYZ 45.81 39.63 34.94 -
YUV 171.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 218 152 152 0 0.30 0.30 0.15 0 0.47 0.73
Hex DA 98 98 0 1E 1E F 0 2F 49
Octal 332 230 230 0 36 36 17 0 57 111
Binary 11011010 10011000 10011000 0 11110 11110 1111 0 101111 1001001

Color Harmonies of #DA9898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9898

Black with #DA9898

Text Example


Text Example

White with #DA9898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9898; }

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

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

background-color css

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

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

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

border-color css

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

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

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