Html Css Color HEX #D4908A Petite Orchid

📋 copy color: '#D4908A'

red 212 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D4908A

Tints of Petite Orchid #D4908A

RGB

 RED value IS 212 (83.2% from 255) = 42.91%

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

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

R = 42.91%
G = 29.15%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4908A (or 0xD4908A) is known color: Petite Orchid. HEX triplet: D4, 90 and 8A. RGB value is (212,144,138). Sum of RGB (Red+Green+Blue) = 212+144+138=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908A is #2B6F75. Grayscale: #A3A3A3. Windows color (decimal): -2846582 or 9081044. OLE color: 9081044.

HSL color Cylindrical-coordinate representation of color #D4908A: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4908A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 138 -
CMYK 0 0.32 0.35 0.17
HSL 4.86º 0.46% 0.69% -
HSV(B) 4.86º 0.35% 0.83% -
XYZ 41.71 35.78 28.75 -
YUV 163.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 212 144 138 0 0.32 0.35 0.17 4.86 0.46 0.69
Hex D4 90 8A 0 20 23 11 5 2E 45
Octal 324 220 212 0 40 43 21 5 56 105
Binary 11010100 10010000 10001010 0 100000 100011 10001 101 101110 1000101

Color Harmonies of #D4908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4908A

Black with #D4908A

Text Example


Text Example

White with #D4908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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