Html Css Color HEX #D5948D Petite Orchid

📋 copy color: '#D5948D'

red 213 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #D5948D

Tints of Petite Orchid #D5948D

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

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

R = 42.43%
G = 29.48%
B = 28.09%

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

#D5948D (or 0xD5948D) is known color: Petite Orchid. HEX triplet: D5, 94 and 8D. RGB value is (213,148,141). Sum of RGB (Red+Green+Blue) = 213+148+141=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5948D is #2A6B72. Grayscale: #A6A6A6. Windows color (decimal): -2780019 or 9278677. OLE color: 9278677.

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

Color convert

RGB 213 148 141 -
CMYK 0 0.31 0.34 0.16
HSL 5.83º 0.46% 0.69% -
HSV(B) 5.83º 0.34% 0.84% -
XYZ 42.84 37.25 30.13 -
YUV 166.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 213 148 141 0 0.31 0.34 0.16 5.83 0.46 0.69
Hex D5 94 8D 0 1F 22 10 6 2E 45
Octal 325 224 215 0 37 42 20 6 56 105
Binary 11010101 10010100 10001101 0 11111 100010 10000 110 101110 1000101

Color Harmonies of #D5948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5948D

Black with #D5948D

Text Example


Text Example

White with #D5948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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