Html Css Color HEX #D7948D Petite Orchid

📋 copy color: '#D7948D'

red 215 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #D7948D

Tints of Petite Orchid #D7948D

RGB

 RED value IS 215 (84.38% from 255) = 42.66%

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 42.66%
G = 29.37%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7948D (or 0xD7948D) is known color: Petite Orchid. HEX triplet: D7, 94 and 8D. RGB value is (215,148,141). Sum of RGB (Red+Green+Blue) = 215+148+141=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7948D is #286B72. Grayscale: #A7A7A7. Windows color (decimal): -2648947 or 9278679. OLE color: 9278679.

HSL color Cylindrical-coordinate representation of color #D7948D: hue angle of 5.68º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7948D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 141 -
CMYK 0 0.31 0.34 0.16
HSL 5.68º 0.48% 0.7% -
HSV(B) 5.68º 0.34% 0.84% -
XYZ 43.42 37.55 30.16 -
YUV 167.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 215 148 141 0 0.31 0.34 0.16 5.68 0.48 0.7
Hex D7 94 8D 0 1F 22 10 6 30 46
Octal 327 224 215 0 37 42 20 6 60 106
Binary 11010111 10010100 10001101 0 11111 100010 10000 110 110000 1000110

Color Harmonies of #D7948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7948D

Black with #D7948D

Text Example


Text Example

White with #D7948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7948D; }

 p { color: rgb(215,148,141); }

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

background-color css

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

 a { background-color: rgb(215,148,141); }

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

border-color css

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

 span { border-color: rgb(215,148,141); }

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