Html Css Color HEX #D0948E Petite Orchid

📋 copy color: '#D0948E'

red 208 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #D0948E

Tints of Petite Orchid #D0948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 41.77%
G = 29.72%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0948E (or 0xD0948E) is known color: Petite Orchid. HEX triplet: D0, 94 and 8E. RGB value is (208,148,142). Sum of RGB (Red+Green+Blue) = 208+148+142=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948E is #2F6B71. Grayscale: #A5A5A5. Windows color (decimal): -3107698 or 9344208. OLE color: 9344208.

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

Color convert

RGB 208 148 142 -
CMYK 0 0.29 0.32 0.18
HSL 5.45º 0.41% 0.69% -
HSV(B) 5.45º 0.32% 0.82% -
XYZ 41.48 36.54 30.46 -
YUV 165.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 208 148 142 0 0.29 0.32 0.18 5.45 0.41 0.69
Hex D0 94 8E 0 1D 20 12 5 29 45
Octal 320 224 216 0 35 40 22 5 51 105
Binary 11010000 10010100 10001110 0 11101 100000 10010 101 101001 1000101

Color Harmonies of #D0948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0948E

Black with #D0948E

Text Example


Text Example

White with #D0948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0948E; }

 p { color: rgb(208,148,142); }

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

background-color css

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

 a { background-color: rgb(208,148,142); }

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

border-color css

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

 span { border-color: rgb(208,148,142); }

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