Html Css Color HEX #D5928B Petite Orchid

📋 copy color: '#D5928B'

red 213 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #D5928B

Tints of Petite Orchid #D5928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

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

R = 42.77%
G = 29.32%
B = 27.91%

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

#D5928B (or 0xD5928B) is known color: Petite Orchid. HEX triplet: D5, 92 and 8B. RGB value is (213,146,139). Sum of RGB (Red+Green+Blue) = 213+146+139=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5928B is #2A6D74. Grayscale: #A5A5A5. Windows color (decimal): -2780533 or 9147093. OLE color: 9147093.

HSL color Cylindrical-coordinate representation of color #D5928B: hue angle of 5.68º degrees, saturation: 0.47, 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 #D5928B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 139 -
CMYK 0 0.31 0.35 0.16
HSL 5.68º 0.47% 0.69% -
HSV(B) 5.68º 0.35% 0.84% -
XYZ 42.38 36.57 29.25 -
YUV 165.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 213 146 139 0 0.31 0.35 0.16 5.68 0.47 0.69
Hex D5 92 8B 0 1F 23 10 6 2F 45
Octal 325 222 213 0 37 43 20 6 57 105
Binary 11010101 10010010 10001011 0 11111 100011 10000 110 101111 1000101

Color Harmonies of #D5928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5928B

Black with #D5928B

Text Example


Text Example

White with #D5928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5928B; }

 p { color: rgb(213,146,139); }

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

background-color css

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

 a { background-color: rgb(213,146,139); }

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

border-color css

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

 span { border-color: rgb(213,146,139); }

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