Html Css Color HEX #D4908D Petite Orchid

📋 copy color: '#D4908D'

red 212 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #D4908D

Tints of Petite Orchid #D4908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 42.66%
G = 28.97%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4908D (or 0xD4908D) is known color: Petite Orchid. HEX triplet: D4, 90 and 8D. RGB value is (212,144,141). Sum of RGB (Red+Green+Blue) = 212+144+141=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908D is #2B6F72. Grayscale: #A4A4A4. Windows color (decimal): -2846579 or 9277652. OLE color: 9277652.

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

Color convert

RGB 212 144 141 -
CMYK 0 0.32 0.33 0.17
HSL 2.54º 0.45% 0.69% -
HSV(B) 2.54º 0.33% 0.83% -
XYZ 41.93 35.87 29.91 -
YUV 163.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 212 144 141 0 0.32 0.33 0.17 2.54 0.45 0.69
Hex D4 90 8D 0 20 21 11 3 2D 45
Octal 324 220 215 0 40 41 21 3 55 105
Binary 11010100 10010000 10001101 0 100000 100001 10001 11 101101 1000101

Color Harmonies of #D4908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4908D

Black with #D4908D

Text Example


Text Example

White with #D4908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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