Html Css Color HEX #DC918B Petite Orchid

📋 copy color: '#DC918B'

red 220 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #DC918B

Tints of Petite Orchid #DC918B

RGB

 RED value IS 220 (86.33% from 255) = 43.65%

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 43.65%
G = 28.77%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC918B (or 0xDC918B) is known color: Petite Orchid. HEX triplet: DC, 91 and 8B. RGB value is (220,145,139). Sum of RGB (Red+Green+Blue) = 220+145+139=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC918B is #236E74. Grayscale: #A6A6A6. Windows color (decimal): -2322037 or 9146844. OLE color: 9146844.

HSL color Cylindrical-coordinate representation of color #DC918B: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC918B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 139 -
CMYK 0 0.34 0.37 0.14
HSL 4.44º 0.54% 0.7% -
HSV(B) 4.44º 0.37% 0.86% -
XYZ 44.3 37.33 29.3 -
YUV 166.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 220 145 139 0 0.34 0.37 0.14 4.44 0.54 0.7
Hex DC 91 8B 0 22 25 E 4 36 46
Octal 334 221 213 0 42 45 16 4 66 106
Binary 11011100 10010001 10001011 0 100010 100101 1110 100 110110 1000110

Color Harmonies of #DC918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC918B

Black with #DC918B

Text Example


Text Example

White with #DC918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC918B; }

 p { color: rgb(220,145,139); }

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

background-color css

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

 a { background-color: rgb(220,145,139); }

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

border-color css

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

 span { border-color: rgb(220,145,139); }

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