Html Css Color HEX #D5908A Petite Orchid

📋 copy color: '#D5908A'

red 213 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D5908A

Tints of Petite Orchid #D5908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.09%

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 43.03%
G = 29.09%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5908A (or 0xD5908A) is known color: Petite Orchid. HEX triplet: D5, 90 and 8A. RGB value is (213,144,138). Sum of RGB (Red+Green+Blue) = 213+144+138=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5908A is #2A6F75. Grayscale: #A4A4A4. Windows color (decimal): -2781046 or 9081045. OLE color: 9081045.

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

Color convert

RGB 213 144 138 -
CMYK 0 0.32 0.35 0.16
HSL 4.8º 0.47% 0.69% -
HSV(B) 4.8º 0.35% 0.84% -
XYZ 42 35.93 28.77 -
YUV 163.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 213 144 138 0 0.32 0.35 0.16 4.8 0.47 0.69
Hex D5 90 8A 0 20 23 10 5 2F 45
Octal 325 220 212 0 40 43 20 5 57 105
Binary 11010101 10010000 10001010 0 100000 100011 10000 101 101111 1000101

Color Harmonies of #D5908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5908A

Black with #D5908A

Text Example


Text Example

White with #D5908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5908A; }

 p { color: rgb(213,144,138); }

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

background-color css

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

 a { background-color: rgb(213,144,138); }

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

border-color css

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

 span { border-color: rgb(213,144,138); }

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