Html Css Color HEX #D4918A Petite Orchid

📋 copy color: '#D4918A'

red 212 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D4918A

Tints of Petite Orchid #D4918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.29%

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

R = 42.83%
G = 29.29%
B = 27.88%

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

#D4918A (or 0xD4918A) is known color: Petite Orchid. HEX triplet: D4, 91 and 8A. RGB value is (212,145,138). Sum of RGB (Red+Green+Blue) = 212+145+138=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4918A is #2B6E75. Grayscale: #A4A4A4. Windows color (decimal): -2846326 or 9081300. OLE color: 9081300.

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

Color convert

RGB 212 145 138 -
CMYK 0 0.32 0.35 0.17
HSL 5.68º 0.46% 0.69% -
HSV(B) 5.68º 0.35% 0.83% -
XYZ 41.86 36.08 28.8 -
YUV 164.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 212 145 138 0 0.32 0.35 0.17 5.68 0.46 0.69
Hex D4 91 8A 0 20 23 11 6 2E 45
Octal 324 221 212 0 40 43 21 6 56 105
Binary 11010100 10010001 10001010 0 100000 100011 10001 110 101110 1000101

Color Harmonies of #D4918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4918A

Black with #D4918A

Text Example


Text Example

White with #D4918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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