Html Css Color HEX #D5948F Petite Orchid

📋 copy color: '#D5948F'

red 213 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #D5948F

Tints of Petite Orchid #D5948F

RGB

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

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

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

R = 42.26%
G = 29.37%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5948F (or 0xD5948F) is known color: Petite Orchid. HEX triplet: D5, 94 and 8F. RGB value is (213,148,143). Sum of RGB (Red+Green+Blue) = 213+148+143=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5948F is #2A6B70. Grayscale: #A6A6A6. Windows color (decimal): -2780017 or 9409749. OLE color: 9409749.

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

Color convert

RGB 213 148 143 -
CMYK 0 0.31 0.33 0.16
HSL 4.29º 0.45% 0.7% -
HSV(B) 4.29º 0.33% 0.84% -
XYZ 42.99 37.31 30.92 -
YUV 166.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 213 148 143 0 0.31 0.33 0.16 4.29 0.45 0.7
Hex D5 94 8F 0 1F 21 10 4 2D 46
Octal 325 224 217 0 37 41 20 4 55 106
Binary 11010101 10010100 10001111 0 11111 100001 10000 100 101101 1000110

Color Harmonies of #D5948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5948F

Black with #D5948F

Text Example


Text Example

White with #D5948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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