Html Css Color HEX #D0918F Petite Orchid

📋 copy color: '#D0918F'

red 208 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #D0918F

Tints of Petite Orchid #D0918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.23%

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

R = 41.94%
G = 29.23%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0918F (or 0xD0918F) is known color: Petite Orchid. HEX triplet: D0, 91 and 8F. RGB value is (208,145,143). Sum of RGB (Red+Green+Blue) = 208+145+143=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0918F is #2F6E70. Grayscale: #A3A3A3. Windows color (decimal): -3108465 or 9408976. OLE color: 9408976.

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

Color convert

RGB 208 145 143 -
CMYK 0 0.30 0.31 0.18
HSL 1.85º 0.41% 0.69% -
HSV(B) 1.85º 0.31% 0.82% -
XYZ 41.1 35.64 30.7 -
YUV 163.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 208 145 143 0 0.30 0.31 0.18 1.85 0.41 0.69
Hex D0 91 8F 0 1E 1F 12 2 29 45
Octal 320 221 217 0 36 37 22 2 51 105
Binary 11010000 10010001 10001111 0 11110 11111 10010 10 101001 1000101

Color Harmonies of #D0918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0918F

Black with #D0918F

Text Example


Text Example

White with #D0918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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