Html Css Color HEX #D0948B Petite Orchid

📋 copy color: '#D0948B'

red 208 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D0948B

Tints of Petite Orchid #D0948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 42.02%
G = 29.9%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0948B (or 0xD0948B) is known color: Petite Orchid. HEX triplet: D0, 94 and 8B. RGB value is (208,148,139). Sum of RGB (Red+Green+Blue) = 208+148+139=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0948B is #2F6B74. Grayscale: #A5A5A5. Windows color (decimal): -3107701 or 9147600. OLE color: 9147600.

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

Color convert

RGB 208 148 139 -
CMYK 0 0.29 0.33 0.18
HSL 7.83º 0.42% 0.68% -
HSV(B) 7.83º 0.33% 0.82% -
XYZ 41.26 36.45 29.29 -
YUV 164.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 208 148 139 0 0.29 0.33 0.18 7.83 0.42 0.68
Hex D0 94 8B 0 1D 21 12 8 2A 44
Octal 320 224 213 0 35 41 22 10 52 104
Binary 11010000 10010100 10001011 0 11101 100001 10010 1000 101010 1000100

Color Harmonies of #D0948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0948B

Black with #D0948B

Text Example


Text Example

White with #D0948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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