Html Css Color HEX #D4918D Petite Orchid

📋 copy color: '#D4918D'

red 212 ◦ green 145 ◦ blue 141

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

Shades of Petite Orchid #D4918D

Tints of Petite Orchid #D4918D

RGB

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

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

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

R = 42.57%
G = 29.12%
B = 28.31%

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

#D4918D (or 0xD4918D) is known color: Petite Orchid. HEX triplet: D4, 91 and 8D. RGB value is (212,145,141). Sum of RGB (Red+Green+Blue) = 212+145+141=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4918D is #2B6E72. Grayscale: #A4A4A4. Windows color (decimal): -2846323 or 9277908. OLE color: 9277908.

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

Color convert

RGB 212 145 141 -
CMYK 0 0.32 0.33 0.17
HSL 3.38º 0.45% 0.69% -
HSV(B) 3.38º 0.33% 0.83% -
XYZ 42.08 36.17 29.96 -
YUV 164.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 212 145 141 0 0.32 0.33 0.17 3.38 0.45 0.69
Hex D4 91 8D 0 20 21 11 3 2D 45
Octal 324 221 215 0 40 41 21 3 55 105
Binary 11010100 10010001 10001101 0 100000 100001 10001 11 101101 1000101

Color Harmonies of #D4918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4918D

Black with #D4918D

Text Example


Text Example

White with #D4918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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