Html Css Color HEX #D7948B Petite Orchid

📋 copy color: '#D7948B'

red 215 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D7948B

Tints of Petite Orchid #D7948B

RGB

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

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

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

R = 42.83%
G = 29.48%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7948B (or 0xD7948B) is known color: Petite Orchid. HEX triplet: D7, 94 and 8B. RGB value is (215,148,139). Sum of RGB (Red+Green+Blue) = 215+148+139=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7948B is #286B74. Grayscale: #A7A7A7. Windows color (decimal): -2648949 or 9147607. OLE color: 9147607.

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

Color convert

RGB 215 148 139 -
CMYK 0 0.31 0.35 0.16
HSL 7.11º 0.49% 0.69% -
HSV(B) 7.11º 0.35% 0.84% -
XYZ 43.27 37.49 29.38 -
YUV 167.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 215 148 139 0 0.31 0.35 0.16 7.11 0.49 0.69
Hex D7 94 8B 0 1F 23 10 7 31 45
Octal 327 224 213 0 37 43 20 7 61 105
Binary 11010111 10010100 10001011 0 11111 100011 10000 111 110001 1000101

Color Harmonies of #D7948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7948B

Black with #D7948B

Text Example


Text Example

White with #D7948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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