Html Css Color HEX #DC918F Petite Orchid

📋 copy color: '#DC918F'

red 220 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #DC918F

Tints of Petite Orchid #DC918F

RGB

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

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

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

R = 43.31%
G = 28.54%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC918F (or 0xDC918F) is known color: Petite Orchid. HEX triplet: DC, 91 and 8F. RGB value is (220,145,143). Sum of RGB (Red+Green+Blue) = 220+145+143=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC918F is #236E70. Grayscale: #A7A7A7. Windows color (decimal): -2322033 or 9408988. OLE color: 9408988.

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

Color convert

RGB 220 145 143 -
CMYK 0 0.34 0.35 0.14
HSL 1.56º 0.52% 0.71% -
HSV(B) 1.56º 0.35% 0.86% -
XYZ 44.6 37.45 30.86 -
YUV 167.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 220 145 143 0 0.34 0.35 0.14 1.56 0.52 0.71
Hex DC 91 8F 0 22 23 E 2 34 47
Octal 334 221 217 0 42 43 16 2 64 107
Binary 11011100 10010001 10001111 0 100010 100011 1110 10 110100 1000111

Color Harmonies of #DC918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC918F

Black with #DC918F

Text Example


Text Example

White with #DC918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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