Html Css Color HEX #D0988F Petite Orchid

📋 copy color: '#D0988F'

red 208 ◦ green 152 ◦ blue 143

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

Shades of Petite Orchid #D0988F

Tints of Petite Orchid #D0988F

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

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

 BLUE value IS 143 (56.25% from 255) = 28.43%

R = 41.35%
G = 30.22%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0988F (or 0xD0988F) is known color: Petite Orchid. HEX triplet: D0, 98 and 8F. RGB value is (208,152,143). Sum of RGB (Red+Green+Blue) = 208+152+143=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0988F is #2F6770. Grayscale: #A7A7A7. Windows color (decimal): -3106673 or 9410768. OLE color: 9410768.

HSL color Cylindrical-coordinate representation of color #D0988F: hue angle of 8.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0988F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 143 -
CMYK 0 0.27 0.31 0.18
HSL 8.31º 0.41% 0.69% -
HSV(B) 8.31º 0.31% 0.82% -
XYZ 42.2 37.85 31.07 -
YUV 167.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 208 152 143 0 0.27 0.31 0.18 8.31 0.41 0.69
Hex D0 98 8F 0 1B 1F 12 8 29 45
Octal 320 230 217 0 33 37 22 10 51 105
Binary 11010000 10011000 10001111 0 11011 11111 10010 1000 101001 1000101

Color Harmonies of #D0988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0988F

Black with #D0988F

Text Example


Text Example

White with #D0988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0988F; }

 p { color: rgb(208,152,143); }

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

background-color css

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

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

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

border-color css

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

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

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