Html Css Color HEX #D99A98 Petite Orchid

📋 copy color: '#D99A98'

red 217 ◦ green 154 ◦ blue 152

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

Shades of Petite Orchid #D99A98

Tints of Petite Orchid #D99A98

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

 GREEN value IS 154 (60.55% from 255) = 29.45%

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

R = 41.49%
G = 29.45%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99A98 (or 0xD99A98) is known color: Petite Orchid. HEX triplet: D9, 9A and 98. RGB value is (217,154,152). Sum of RGB (Red+Green+Blue) = 217+154+152=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A98 is #266567. Grayscale: #ACACAC. Windows color (decimal): -2516328 or 10001113. OLE color: 10001113.

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

Color convert

RGB 217 154 152 -
CMYK 0 0.29 0.30 0.15
HSL 1.85º 0.46% 0.72% -
HSV(B) 1.85º 0.3% 0.85% -
XYZ 45.84 40.13 35.04 -
YUV 172.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 217 154 152 0 0.29 0.30 0.15 1.85 0.46 0.72
Hex D9 9A 98 0 1D 1E F 2 2E 48
Octal 331 232 230 0 35 36 17 2 56 110
Binary 11011001 10011010 10011000 0 11101 11110 1111 10 101110 1001000

Color Harmonies of #D99A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A98

Black with #D99A98

Text Example


Text Example

White with #D99A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A98; }

 p { color: rgb(217,154,152); }

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

background-color css

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

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

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

border-color css

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

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

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