Html Css Color HEX #D0948F Petite Orchid

📋 copy color: '#D0948F'

red 208 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #D0948F

Tints of Petite Orchid #D0948F

RGB

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

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

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

R = 41.68%
G = 29.66%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0948F (or 0xD0948F) is known color: Petite Orchid. HEX triplet: D0, 94 and 8F. RGB value is (208,148,143). Sum of RGB (Red+Green+Blue) = 208+148+143=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948F is #2F6B70. Grayscale: #A5A5A5. Windows color (decimal): -3107697 or 9409744. OLE color: 9409744.

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

Color convert

RGB 208 148 143 -
CMYK 0 0.29 0.31 0.18
HSL 4.62º 0.41% 0.69% -
HSV(B) 4.62º 0.31% 0.82% -
XYZ 41.56 36.57 30.86 -
YUV 165.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 208 148 143 0 0.29 0.31 0.18 4.62 0.41 0.69
Hex D0 94 8F 0 1D 1F 12 5 29 45
Octal 320 224 217 0 35 37 22 5 51 105
Binary 11010000 10010100 10001111 0 11101 11111 10010 101 101001 1000101

Color Harmonies of #D0948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0948F

Black with #D0948F

Text Example


Text Example

White with #D0948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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