Html Css Color HEX #D58F8B Petite Orchid

📋 copy color: '#D58F8B'

red 213 ◦ green 143 ◦ blue 139

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

Shades of Petite Orchid #D58F8B

Tints of Petite Orchid #D58F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 43.03%
G = 28.89%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D58F8B (or 0xD58F8B) is known color: Petite Orchid. HEX triplet: D5, 8F and 8B. RGB value is (213,143,139). Sum of RGB (Red+Green+Blue) = 213+143+139=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F8B is #2A7074. Grayscale: #A3A3A3. Windows color (decimal): -2781301 or 9146325. OLE color: 9146325.

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

Color convert

RGB 213 143 139 -
CMYK 0 0.33 0.35 0.16
HSL 3.24º 0.47% 0.69% -
HSV(B) 3.24º 0.35% 0.84% -
XYZ 41.92 35.66 29.1 -
YUV 163.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 213 143 139 0 0.33 0.35 0.16 3.24 0.47 0.69
Hex D5 8F 8B 0 21 23 10 3 2F 45
Octal 325 217 213 0 41 43 20 3 57 105
Binary 11010101 10001111 10001011 0 100001 100011 10000 11 101111 1000101

Color Harmonies of #D58F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F8B

Black with #D58F8B

Text Example


Text Example

White with #D58F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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