Html Css Color HEX #D4908F Petite Orchid

📋 copy color: '#D4908F'

red 212 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #D4908F

Tints of Petite Orchid #D4908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 42.48%
G = 28.86%
B = 28.66%

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

#D4908F (or 0xD4908F) is known color: Petite Orchid. HEX triplet: D4, 90 and 8F. RGB value is (212,144,143). Sum of RGB (Red+Green+Blue) = 212+144+143=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4908F is #2B6F70. Grayscale: #A4A4A4. Windows color (decimal): -2846577 or 9408724. OLE color: 9408724.

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

Color convert

RGB 212 144 143 -
CMYK 0 0.32 0.33 0.17
HSL 0.87º 0.45% 0.7% -
HSV(B) 0.87º 0.33% 0.83% -
XYZ 42.08 35.93 30.7 -
YUV 164.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 212 144 143 0 0.32 0.33 0.17 0.87 0.45 0.7
Hex D4 90 8F 0 20 21 11 1 2D 46
Octal 324 220 217 0 40 41 21 1 55 106
Binary 11010100 10010000 10001111 0 100000 100001 10001 1 101101 1000110

Color Harmonies of #D4908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4908F

Black with #D4908F

Text Example


Text Example

White with #D4908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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